Html Css Color HEX #ECC542 Festival

📋 copy color: '#ECC542'

red 236 ◦ green 197 ◦ blue 66

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

Shades of Festival #ECC542

Tints of Festival #ECC542

RGB

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

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

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

R = 47.29%
G = 39.48%
B = 13.23%

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

#ECC542 (or 0xECC542) is known color: Festival. HEX triplet: EC, C5 and 42. RGB value is (236,197,66). Sum of RGB (Red+Green+Blue) = 236+197+66=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 66 (26.17% from 255 or 13.23% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC542 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC542 is #133ABD. Grayscale: #C2C2C2. Windows color (decimal): -1260222 or 4376044. OLE color: 4376044.

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

Color convert

RGB 236 197 66 -
CMYK 0 0.17 0.72 0.07
HSL 46.24º 0.82% 0.59% -
HSV(B) 46.24º 0.72% 0.93% -
XYZ 55.54 58.16 13.45 -
YUV 193.73 55.92 158.15 -
System Red Green Blue C M Y K H S L
Decimal 236 197 66 0 0.17 0.72 0.07 46.24 0.82 0.59
Hex EC C5 42 0 11 48 7 2E 52 3B
Octal 354 305 102 0 21 110 7 56 122 73
Binary 11101100 11000101 1000010 0 10001 1001000 111 101110 1010010 111011

Color Harmonies of #ECC542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC542

Black with #ECC542

Text Example


Text Example

White with #ECC542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC542; }

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

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

background-color css

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

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

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

border-color css

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

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

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