#EED245

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

Shades of Festival #EED245

Tints of Festival #EED245

Color information

#EED245 (or 0xEED245) is unknown color: approx Festival. HEX triplet: EE, D2 and 45. RGB value is (238,210,69). Sum of RGB (Red+Green+Blue) = 238+210+69=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 210 (82.42% from 255 or 40.62% from 517); Blue value is 69 (27.34% from 255 or 13.35% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EED245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED245 is #112DBA. Grayscale: #CACACA. Windows color (decimal): -1125819 or 4575982. OLE color: 4575982.

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

Color convert

RGB23821069-
CMYK00.120.710.07
HSL50.06º83.25%60.2%-
HSV(B)50.06º71.01%93.33%-
XYZ59.3864.714.99-
YUV202.352.78153.46-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.03%
GREEN value IS 210 (82.42% from 255) = 40.62%
BLUE value IS 69 (27.34% from 255) = 13.35%
R=46.03%
G=40.62%
B=13.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382106900.120.710.0750.0683.2560.2
HexEED2450C47732533c
Octal35632210501410776212374
Binary111011101101001010001010110010001111111100101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED245; }

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

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

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

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

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

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

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

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