COLOR #EBDD03

HEX: #EBDD03
RGB: (235,221,3)

Renk bilgisi

#EBDD03 contains mainly red and green colors. #EBDD03 ‘ nin web güvenlik rengi #FFCC00 (ya da #FC0) dir.

RGB renk modeli

#EBDD03 color RGB value is (235,221,3).

  • kırmız ton 235;
  • yeşil ton 221;
  • mavi ton 3.
RGB:
(235,221,3)
(92%,87%,1%)

RGB bağlantıları ve doygunluk

R 235 of 255 = 92%
G 221 of 255 = 87%
B 3 of 255 = 1%

235
221
3

R + G + B ~ 60%. #EBDD03 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
235 + 221 + 3 = 459 (100%)
R 235 of 459 ~ 51.2%
G 221 of 459 ~ 48.15%
B 3 of 459 ~ 0.65%

%51.2
%48.15

CMYK RENK MODELİ

#EBDD03 rengi CMYK tonu (0,6,99,8).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.96%
  • sarı tonu 98.72%
  • ana renk tonu 7.84%
CMYK:
(0,6,99,8)
C0M6Y99K8 
(0%,6%,99%,8%)
(0.00/0.06/0.99/0.08)	

CMYK yüzdeleri

%0
%5.96
%98.72
%7.84

Codes

Color #EBDD03 in popluar color models

EBDD03
RGB2352213
HSL56°97.48%46.67%
HSB/HSV56°98.72%92.16%
CMYK0.00%5.96%98.72%
7.84%

Color #EBDD03 in popluar number systems.

HEXEBDD03
Decimal2352213
Binary111010111101110111
Octal3533353

Shades and tints

Shades of #EBDD03

#EBDD03
(235,221,3)
#D6C903
(214,201,3)
#C1B503
(193,181,3)
#ACA103
(172,161,3)
#978D03
(151,141,3)
#827903
(130,121,3)
#6D6503
(109,101,3)
#585103
(88,81,3)
#433D03
(67,61,3)
#2E2903
(46,41,3)
#191503
(25,21,3)
#000000
(0,0,0)

Tints of #EBDD03

#EBDD03
(235,221,3)
#ECE019
(236,224,25)
#EDE32F
(237,227,47)
#EEE645
(238,230,69)
#EFE95B
(239,233,91)
#F0EC71
(240,236,113)
#F1EF87
(241,239,135)
#F2F29D
(242,242,157)
#F3F5B3
(243,245,179)
#F4F8C9
(244,248,201)
#F5FBDF
(245,251,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EBDD03 color. Also use rgb(235,221,3) instead hex code.

Text Font Color

.myTextColor { color: #EBDD03; }

<p style="color:#EBDD03">This sample text font color is #EBDD03.</p>

This text font color is #EBDD03.


Background Color

.myBgColor { background-color: #EBDD03; }

<div style="background-color:#EBDD03">Inner text</div>

This div background color is #EBDD03.


Border color

.myBorderColor { border: 1px solid #EBDD03; }

<div style="border:3px solid #EBDD03">Div</div>

This div border color is #EBDD03.


Opacity

.myOpacity80 { color: #EBDD03; opacity: 0.8; }

<p style="color:#EBDD03;opacity:0.8;">80%</p>

Text with #EBDD03 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #EBDD03;}

<p style="text-shadow: 3px 3px 1px #EBDD03">Text here.</p>

This text has shadow with #EBDD03 color.

.textShadow {text-shadow: 3px 3px 1px #EBDD03, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #EBDD03, 5px 5px 20px red">Text here.</p>

This text has shadow with #EBDD03 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#EBDD03, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#EBDD03, Direction=45, Strength=4)">Text</p>

This text has shadow with #EBDD03 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #EBDD03;
  -webkit-box-shadow:	1px 1px 3px 2px #EBDD03;
  box-shadow:		1px 1px 3px 2px #EBDD03;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #EBDD03;
-webkit-box-shadow: 1px 1px 3px 2px #EBDD03;
box-shadow:1px 1px 3px 2px #EBDD03;">
Div content here</div>
This div box has shadow with color #EBDD03.

Preview

Color preview on black background

This text has color #EBDD03 on black background.


Color preview on white background

This text has color #EBDD03 on white background.



Black color preview on #EBDD03 background

This text has black color on #EBDD03 background.


White color preview on #EBDD03 background

This text has white color on #EBDD03 background.