Html Css Color HEX #EEC342 Festival

📋 copy color: '#EEC342'

red 238 ◦ green 195 ◦ blue 66

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

Shades of Festival #EEC342

Tints of Festival #EEC342

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.08%

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

R = 47.7%
G = 39.08%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EEC342 (or 0xEEC342) is known color: Festival. HEX triplet: EE, C3 and 42. RGB value is (238,195,66). Sum of RGB (Red+Green+Blue) = 238+195+66=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 195 (76.56% from 255 or 39.08% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC342 is #113CBD. Grayscale: #C1C1C1. Windows color (decimal): -1129662 or 4375534. OLE color: 4375534.

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

Color convert

RGB 238 195 66 -
CMYK 0 0.18 0.72 0.07
HSL 45º 0.83% 0.6% -
HSV(B) 45º 0.72% 0.93% -
XYZ 55.76 57.6 13.33 -
YUV 193.15 56.25 159.99 -
System Red Green Blue C M Y K H S L
Decimal 238 195 66 0 0.18 0.72 0.07 45 0.83 0.6
Hex EE C3 42 0 12 48 7 2D 53 3C
Octal 356 303 102 0 22 110 7 55 123 74
Binary 11101110 11000011 1000010 0 10010 1001000 111 101101 1010011 111100

Color Harmonies of #EEC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC342

Black with #EEC342

Text Example


Text Example

White with #EEC342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC342; }

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

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

background-color css

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

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

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

border-color css

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

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

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