Html Css Color HEX #ECC442 Festival

📋 copy color: '#ECC442'

red 236 ◦ green 196 ◦ blue 66

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

Shades of Festival #ECC442

Tints of Festival #ECC442

RGB

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

 GREEN value IS 196 (76.95% from 255) = 39.36%

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

R = 47.39%
G = 39.36%
B = 13.25%

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

#ECC442 (or 0xECC442) is known color: Festival. HEX triplet: EC, C4 and 42. RGB value is (236,196,66). Sum of RGB (Red+Green+Blue) = 236+196+66=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 196 (76.95% from 255 or 39.36% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC442 is #133BBD. Grayscale: #C1C1C1. Windows color (decimal): -1260478 or 4375788. OLE color: 4375788.

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

Color convert

RGB 236 196 66 -
CMYK 0 0.17 0.72 0.07
HSL 45.88º 0.82% 0.59% -
HSV(B) 45.88º 0.72% 0.93% -
XYZ 55.32 57.71 13.38 -
YUV 193.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 236 196 66 0 0.17 0.72 0.07 45.88 0.82 0.59
Hex EC C4 42 0 11 48 7 2E 52 3B
Octal 354 304 102 0 21 110 7 56 122 73
Binary 11101100 11000100 1000010 0 10001 1001000 111 101110 1010010 111011

Color Harmonies of #ECC442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC442

Black with #ECC442

Text Example


Text Example

White with #ECC442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC442; }

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

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

background-color css

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

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

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

border-color css

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

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

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