Html Css Color HEX #EED945 Festival

📋 copy color: '#EED945'

red 238 ◦ green 217 ◦ blue 69

#EED945
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Festival #EED945

Tints of Festival #EED945

RGB

 RED value IS 238 (93.36% from 255) = 45.42%

 GREEN value IS 217 (85.16% from 255) = 41.41%

 BLUE value IS 69 (27.34% from 255) = 13.17%

R = 45.42%
G = 41.41%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EED945 (or 0xEED945) is known color: Festival. HEX triplet: EE, D9 and 45. RGB value is (238,217,69). Sum of RGB (Red+Green+Blue) = 238+217+69=524 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.42% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 69 (27.34% from 255 or 13.17% from 524); Max value from RGB is 238 - color contains mainly: red. Hex color #EED945 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED945 is #1126BA. Grayscale: #CFCFCF. Windows color (decimal): -1124027 or 4577774. OLE color: 4577774.

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

Color convert

RGB 238 217 69 -
CMYK 0 0.09 0.71 0.07
HSL 52.54º 0.83% 0.6% -
HSV(B) 52.54º 0.71% 0.93% -
XYZ 61.15 68.23 15.58 -
YUV 206.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 238 217 69 0 0.09 0.71 0.07 52.54 0.83 0.6
Hex EE D9 45 0 9 47 7 35 53 3C
Octal 356 331 105 0 11 107 7 65 123 74
Binary 11101110 11011001 1000101 0 1001 1000111 111 110101 1010011 111100

Color Harmonies of #EED945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED945

Black with #EED945

Text Example


Text Example

White with #EED945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED945; }

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

 H1.HeaderClassName
 {
   color: #EED945;
 }
 .AnyTagClassName
 {
   color: #EED945;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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