#EED944

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

Shades of Festival #EED944

Tints of Festival #EED944

Color information

#EED944 (or 0xEED944) is unknown color: approx Festival. HEX triplet: EE, D9 and 44. RGB value is (238,217,68). Sum of RGB (Red+Green+Blue) = 238+217+68=523 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.51% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 68 (26.95% from 255 or 13.00% from 523); Max value from RGB is 238 - color contains mainly: red. Hex color #EED944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED944 is #1126BB. Grayscale: #CECECE. Windows color (decimal): -1124028 or 4512238. OLE color: 4512238.

HSL color Cylindrical-coordinate representation of color #EED944: hue angle of 52.59º 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 #EED944 is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB23821768-
CMYK00.090.710.07
HSL52.59º83.33%60%-
HSV(B)52.59º71.43%93.33%-
XYZ61.1268.2215.42-
YUV206.2949.96150.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.51%
GREEN value IS 217 (85.16% from 255) = 41.49%
BLUE value IS 68 (26.95% from 255) = 13.00%
R=45.51%
G=41.49%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382176800.090.710.0752.5983.3360
HexEED9440947735533c
Octal35633110401110776512374
Binary111011101101100110001000100110001111111101011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED944; }

 p { color: rgb(238,217,68); }

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

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

 a { background-color: rgb(238,217,68); }

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

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

 span { border-color: rgb(238,217,68); }

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