Html Css Color HEX #EEC742 Festival

📋 copy color: '#EEC742'

red 238 ◦ green 199 ◦ blue 66

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

Shades of Festival #EEC742

Tints of Festival #EEC742

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.56%

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

R = 47.32%
G = 39.56%
B = 13.12%

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

#EEC742 (or 0xEEC742) is known color: Festival. HEX triplet: EE, C7 and 42. RGB value is (238,199,66). Sum of RGB (Red+Green+Blue) = 238+199+66=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 199 (78.12% from 255 or 39.56% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC742 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC742 is #1138BD. Grayscale: #C4C4C4. Windows color (decimal): -1128638 or 4376558. OLE color: 4376558.

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

Color convert

RGB 238 199 66 -
CMYK 0 0.16 0.72 0.07
HSL 46.4º 0.83% 0.6% -
HSV(B) 46.4º 0.72% 0.93% -
XYZ 56.67 59.42 13.64 -
YUV 195.5 54.92 158.31 -
System Red Green Blue C M Y K H S L
Decimal 238 199 66 0 0.16 0.72 0.07 46.4 0.83 0.6
Hex EE C7 42 0 10 48 7 2E 53 3C
Octal 356 307 102 0 20 110 7 56 123 74
Binary 11101110 11000111 1000010 0 10000 1001000 111 101110 1010011 111100

Color Harmonies of #EEC742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC742

Black with #EEC742

Text Example


Text Example

White with #EEC742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC742; }

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

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

background-color css

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

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

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

border-color css

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

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

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