Html Css Color HEX #EEC542 Festival

📋 copy color: '#EEC542'

red 238 ◦ green 197 ◦ blue 66

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

Shades of Festival #EEC542

Tints of Festival #EEC542

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.32%

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

R = 47.5%
G = 39.32%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EEC542 (or 0xEEC542) is known color: Festival. HEX triplet: EE, C5 and 42. RGB value is (238,197,66). Sum of RGB (Red+Green+Blue) = 238+197+66=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 197 (77.34% from 255 or 39.32% from 501); Blue value is 66 (26.17% from 255 or 13.17% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC542 is #113ABD. Grayscale: #C2C2C2. Windows color (decimal): -1129150 or 4376046. OLE color: 4376046.

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

Color convert

RGB 238 197 66 -
CMYK 0 0.17 0.72 0.07
HSL 45.7º 0.83% 0.6% -
HSV(B) 45.7º 0.72% 0.93% -
XYZ 56.21 58.5 13.48 -
YUV 194.33 55.58 159.15 -
System Red Green Blue C M Y K H S L
Decimal 238 197 66 0 0.17 0.72 0.07 45.7 0.83 0.6
Hex EE C5 42 0 11 48 7 2E 53 3C
Octal 356 305 102 0 21 110 7 56 123 74
Binary 11101110 11000101 1000010 0 10001 1001000 111 101110 1010011 111100

Color Harmonies of #EEC542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC542

Black with #EEC542

Text Example


Text Example

White with #EEC542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC542; }

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

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

background-color css

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

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

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

border-color css

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

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

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