Html Css Color HEX #ECC942 Festival

📋 copy color: '#ECC942'

red 236 ◦ green 201 ◦ blue 66

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

Shades of Festival #ECC942

Tints of Festival #ECC942

RGB

 RED value IS 236 (92.58% from 255) = 46.92%

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

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

R = 46.92%
G = 39.96%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECC942 (or 0xECC942) is known color: Festival. HEX triplet: EC, C9 and 42. RGB value is (236,201,66). Sum of RGB (Red+Green+Blue) = 236+201+66=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 66 (26.17% from 255 or 13.12% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC942 is #1336BD. Grayscale: #C4C4C4. Windows color (decimal): -1259198 or 4377068. OLE color: 4377068.

HSL color Cylindrical-coordinate representation of color #ECC942: hue angle of 47.65º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ECC942 is Cyan = 0, Magento = 0.15, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 201 66 -
CMYK 0 0.15 0.72 0.07
HSL 47.65º 0.82% 0.59% -
HSV(B) 47.65º 0.72% 0.93% -
XYZ 56.46 60 13.76 -
YUV 196.08 54.6 156.48 -
System Red Green Blue C M Y K H S L
Decimal 236 201 66 0 0.15 0.72 0.07 47.65 0.82 0.59
Hex EC C9 42 0 F 48 7 30 52 3B
Octal 354 311 102 0 17 110 7 60 122 73
Binary 11101100 11001001 1000010 0 1111 1001000 111 110000 1010010 111011

Color Harmonies of #ECC942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC942

Black with #ECC942

Text Example


Text Example

White with #ECC942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC942; }

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

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

background-color css

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

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

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

border-color css

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

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

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