Html Css Color HEX #EED442 Festival

📋 copy color: '#EED442'

red 238 ◦ green 212 ◦ blue 66

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

Shades of Festival #EED442

Tints of Festival #EED442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.79%

R = 46.12%
G = 41.09%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EED442 (or 0xEED442) is known color: Festival. HEX triplet: EE, D4 and 42. RGB value is (238,212,66). Sum of RGB (Red+Green+Blue) = 238+212+66=516 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.12% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 66 (26.17% from 255 or 12.79% from 516); Max value from RGB is 238 - color contains mainly: red. Hex color #EED442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED442 is #112BBD. Grayscale: #CBCBCB. Windows color (decimal): -1125310 or 4379886. OLE color: 4379886.

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

Color convert

RGB 238 212 66 -
CMYK 0 0.11 0.72 0.07
HSL 50.93º 0.83% 0.6% -
HSV(B) 50.93º 0.72% 0.93% -
XYZ 59.79 65.66 14.68 -
YUV 203.13 50.61 152.87 -
System Red Green Blue C M Y K H S L
Decimal 238 212 66 0 0.11 0.72 0.07 50.93 0.83 0.6
Hex EE D4 42 0 B 48 7 33 53 3C
Octal 356 324 102 0 13 110 7 63 123 74
Binary 11101110 11010100 1000010 0 1011 1001000 111 110011 1010011 111100

Color Harmonies of #EED442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED442

Black with #EED442

Text Example


Text Example

White with #EED442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED442; }

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

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

background-color css

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

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

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

border-color css

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

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

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