Html Css Color HEX #EEC942 Festival

📋 copy color: '#EEC942'

red 238 ◦ green 201 ◦ blue 66

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

Shades of Festival #EEC942

Tints of Festival #EEC942

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.8%

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

R = 47.13%
G = 39.8%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EEC942 (or 0xEEC942) is known color: Festival. HEX triplet: EE, C9 and 42. RGB value is (238,201,66). Sum of RGB (Red+Green+Blue) = 238+201+66=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 201 (78.91% from 255 or 39.80% from 505); Blue value is 66 (26.17% from 255 or 13.07% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC942 is #1136BD. Grayscale: #C5C5C5. Windows color (decimal): -1128126 or 4377070. OLE color: 4377070.

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

Color convert

RGB 238 201 66 -
CMYK 0 0.16 0.72 0.07
HSL 47.09º 0.83% 0.6% -
HSV(B) 47.09º 0.72% 0.93% -
XYZ 57.13 60.34 13.79 -
YUV 196.67 54.26 157.48 -
System Red Green Blue C M Y K H S L
Decimal 238 201 66 0 0.16 0.72 0.07 47.09 0.83 0.6
Hex EE C9 42 0 10 48 7 2F 53 3C
Octal 356 311 102 0 20 110 7 57 123 74
Binary 11101110 11001001 1000010 0 10000 1001000 111 101111 1010011 111100

Color Harmonies of #EEC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC942

Black with #EEC942

Text Example


Text Example

White with #EEC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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