COLOR #EED534

HEX: #EED534
RGB: (238,213,52)

Renk bilgisi

#EED534 contains mainly red and green colors. #EED534 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#EED534 color RGB value is (238,213,52).

  • kırmız ton 238;
  • yeşil ton 213;
  • mavi ton 52.
RGB:
(238,213,52)
(93%,84%,20%)

RGB bağlantıları ve doygunluk

R 238 of 255 = 93%
G 213 of 255 = 84%
B 52 of 255 = 20%

238
213
52

R + G + B ~ 66%. #EED534 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
238 + 213 + 52 = 503 (100%)
R 238 of 503 ~ 47.32%
G 213 of 503 ~ 42.35%
B 52 of 503 ~ 10.34%

%47.32
%42.35
%10.34

CMYK RENK MODELİ

#EED534 rengi CMYK tonu (0,11,78,7).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.50%
  • sarı tonu 78.15%
  • ana renk tonu 6.67%
CMYK:
(0,11,78,7)
C0M11Y78K7 
(0%,11%,78%,7%)
(0.00/0.11/0.78/0.07)	

CMYK yüzdeleri

%0
%10.5
%78.15
%6.67

Codes

Color #EED534 in popluar color models

EED534
RGB23821352
HSL52°84.55%56.86%
HSB/HSV52°78.15%93.33%
CMYK0.00%10.50%78.15%
6.67%

Color #EED534 in popluar number systems.

HEXEED534
Decimal23821352
Binary1110111011010101110100
Octal35632564

Shades and tints

Shades of #EED534

#EED534
(238,213,52)
#D9C230
(217,194,48)
#C4AF2C
(196,175,44)
#AF9C28
(175,156,40)
#9A8924
(154,137,36)
#857620
(133,118,32)
#70631C
(112,99,28)
#5B5018
(91,80,24)
#463D14
(70,61,20)
#312A10
(49,42,16)
#1C170C
(28,23,12)
#000000
(0,0,0)

Tints of #EED534

#EED534
(238,213,52)
#EFD846
(239,216,70)
#F0DB58
(240,219,88)
#F1DE6A
(241,222,106)
#F2E17C
(242,225,124)
#F3E48E
(243,228,142)
#F4E7A0
(244,231,160)
#F5EAB2
(245,234,178)
#F6EDC4
(246,237,196)
#F7F0D6
(247,240,214)
#F8F3E8
(248,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #EED534 color. Also use rgb(238,213,52) instead hex code.

Text Font Color

.myTextColor { color: #EED534; }

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

This text font color is #EED534.


Background Color

.myBgColor { background-color: #EED534; }

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

This div background color is #EED534.


Border color

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

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

This div border color is #EED534.


Opacity

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

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

Text with #EED534 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 #EED534;}

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

This text has shadow with #EED534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #EED534 on black background.


Color preview on white background

This text has color #EED534 on white background.



Black color preview on #EED534 background

This text has black color on #EED534 background.


White color preview on #EED534 background

This text has white color on #EED534 background.