Html Css Color HEX #EED042 Festival

📋 copy color: '#EED042'

red 238 ◦ green 208 ◦ blue 66

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

Shades of Festival #EED042

Tints of Festival #EED042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

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

R = 46.48%
G = 40.63%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EED042 (or 0xEED042) is known color: Festival. HEX triplet: EE, D0 and 42. RGB value is (238,208,66). Sum of RGB (Red+Green+Blue) = 238+208+66=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 66 (26.17% from 255 or 12.89% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EED042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED042 is #112FBD. Grayscale: #C9C9C9. Windows color (decimal): -1126334 or 4378862. OLE color: 4378862.

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

Color convert

RGB 238 208 66 -
CMYK 0 0.13 0.72 0.07
HSL 49.53º 0.83% 0.6% -
HSV(B) 49.53º 0.72% 0.93% -
XYZ 58.8 63.68 14.35 -
YUV 200.78 51.94 154.55 -
System Red Green Blue C M Y K H S L
Decimal 238 208 66 0 0.13 0.72 0.07 49.53 0.83 0.6
Hex EE D0 42 0 D 48 7 32 53 3C
Octal 356 320 102 0 15 110 7 62 123 74
Binary 11101110 11010000 1000010 0 1101 1001000 111 110010 1010011 111100

Color Harmonies of #EED042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED042

Black with #EED042

Text Example


Text Example

White with #EED042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED042; }

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

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

background-color css

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

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

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

border-color css

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

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

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