Html Css Color HEX #EED444 Festival

📋 copy color: '#EED444'

red 238 ◦ green 212 ◦ blue 68

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

Shades of Festival #EED444

Tints of Festival #EED444

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.93%

 BLUE value IS 68 (26.95% from 255) = 13.13%

R = 45.95%
G = 40.93%
B = 13.13%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EED444 (or 0xEED444) is known color: Festival. HEX triplet: EE, D4 and 44. RGB value is (238,212,68). Sum of RGB (Red+Green+Blue) = 238+212+68=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED444 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED444 is #112BBB. Grayscale: #CBCBCB. Windows color (decimal): -1125308 or 4510958. OLE color: 4510958.

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

Color convert

RGB 238 212 68 -
CMYK 0 0.11 0.71 0.07
HSL 50.82º 0.83% 0.6% -
HSV(B) 50.82º 0.71% 0.93% -
XYZ 59.85 65.68 14.99 -
YUV 203.36 51.61 152.71 -
System Red Green Blue C M Y K H S L
Decimal 238 212 68 0 0.11 0.71 0.07 50.82 0.83 0.6
Hex EE D4 44 0 B 47 7 33 53 3C
Octal 356 324 104 0 13 107 7 63 123 74
Binary 11101110 11010100 1000100 0 1011 1000111 111 110011 1010011 111100

Color Harmonies of #EED444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED444

Black with #EED444

Text Example


Text Example

White with #EED444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED444; }

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

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

background-color css

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

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

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

border-color css

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

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

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