#EED249

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

Shades of Festival #EED249

Tints of Festival #EED249

Color information

#EED249 (or 0xEED249) is unknown color: approx Festival. HEX triplet: EE, D2 and 49. RGB value is (238,210,73). Sum of RGB (Red+Green+Blue) = 238+210+73=521 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.68% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 238 - color contains mainly: red. Hex color #EED249 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED249 is #112DB6. Grayscale: #CBCBCB. Windows color (decimal): -1125815 or 4838126. OLE color: 4838126.

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

Color convert

RGB23821073-
CMYK00.120.690.07
HSL49.82º82.91%60.98%-
HSV(B)49.82º69.33%93.33%-
XYZ59.5164.7515.67-
YUV202.7554.78153.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.68%
GREEN value IS 210 (82.42% from 255) = 40.31%
BLUE value IS 73 (28.91% from 255) = 14.01%
R=45.68%
G=40.31%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382107300.120.690.0749.8282.9160.98
HexEED2490C45732533d
Octal35632211101410576212375
Binary111011101101001010010010110010001011111100101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED249; }

 p { color: rgb(238,210,73); }

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

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

 a { background-color: rgb(238,210,73); }

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

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

 span { border-color: rgb(238,210,73); }

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