Html Css Color HEX #EED944 Festival

📋 copy color: '#EED944'

red 238 ◦ green 217 ◦ blue 68

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

Shades of Festival #EED944

Tints of Festival #EED944

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%

R = 45.51%
G = 41.49%
B = 13%

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

#EED944 (or 0xEED944) is known color: 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

RGB 238 217 68 -
CMYK 0 0.09 0.71 0.07
HSL 52.59º 0.83% 0.6% -
HSV(B) 52.59º 0.71% 0.93% -
XYZ 61.12 68.22 15.42 -
YUV 206.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 238 217 68 0 0.09 0.71 0.07 52.59 0.83 0.6
Hex EE D9 44 0 9 47 7 35 53 3C
Octal 356 331 104 0 11 107 7 65 123 74
Binary 11101110 11011001 1000100 0 1001 1000111 111 110101 1010011 111100

Color Harmonies of #EED944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED944

Black with #EED944

Text Example


Text Example

White with #EED944

Text Example


Text Example

HTML Codes & Css Web 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>