#EED34B

Color #EED34B Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #EED34B

Tints of Festival #EED34B

Color information

#EED34B (or 0xEED34B) is unknown color: approx Festival. HEX triplet: EE, D3 and 4B. RGB value is (238,211,75). Sum of RGB (Red+Green+Blue) = 238+211+75=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 211 (82.81% from 255 or 40.27% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EED34B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED34B is #112CB4. Grayscale: #CCCCCC. Windows color (decimal): -1125557 or 4969454. OLE color: 4969454.

HSL color Cylindrical-coordinate representation of color #EED34B: hue angle of 50.06º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EED34B is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23821175-
CMYK00.110.680.07
HSL50.06º82.74%61.37%-
HSV(B)50.06º68.49%93.33%-
XYZ59.8265.2716.1-
YUV203.5755.45152.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 45.42%
GREEN value IS 211 (82.81% from 255) = 40.27%
BLUE value IS 75 (29.69% from 255) = 14.31%
R=45.42%
G=40.27%
B=14.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382117500.110.680.0750.0682.7461.37
HexEED34B0B44732533d
Octal35632311301310476212375
Binary111011101101001110010110101110001001111100101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED34B; }

 p { color: rgb(238,211,75); }

 H1.HeaderClassName
 {
   color: #EED34B;
 }
 .AnyTagClassName
 {
   color: #EED34B;
 }
</style>
background-color css

<style>
 a { background-color: #EED34B; }

 a { background-color: rgb(238,211,75); }

 div.DivClassName
 {
   background-color: #EED34B;
 }
 .BgClassName
 {
   background-color: #EED34B;
 }
</style>
border-color css

<style>
 span { border-color: #EED34B; }

 span { border-color: rgb(238,211,75); }

 td.TdClassName
 {
   border-color: #EED34B;
 }
 .TagClassName
 {
   border-color: #EED34B;
 }
</style>