Html Css Color HEX #ECC342 Festival

📋 copy color: '#ECC342'

red 236 ◦ green 195 ◦ blue 66

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

Shades of Festival #ECC342

Tints of Festival #ECC342

RGB

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

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

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

R = 47.48%
G = 39.24%
B = 13.28%

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

#ECC342 (or 0xECC342) is known color: Festival. HEX triplet: EC, C3 and 42. RGB value is (236,195,66). Sum of RGB (Red+Green+Blue) = 236+195+66=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC342 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECC342 is #133CBD. Grayscale: #C1C1C1. Windows color (decimal): -1260734 or 4375532. OLE color: 4375532.

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

Color convert

RGB 236 195 66 -
CMYK 0 0.17 0.72 0.07
HSL 45.53º 0.82% 0.59% -
HSV(B) 45.53º 0.72% 0.93% -
XYZ 55.09 57.26 13.3 -
YUV 192.55 56.58 158.99 -
System Red Green Blue C M Y K H S L
Decimal 236 195 66 0 0.17 0.72 0.07 45.53 0.82 0.59
Hex EC C3 42 0 11 48 7 2E 52 3B
Octal 354 303 102 0 21 110 7 56 122 73
Binary 11101100 11000011 1000010 0 10001 1001000 111 101110 1010010 111011

Color Harmonies of #ECC342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC342

Black with #ECC342

Text Example


Text Example

White with #ECC342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC342; }

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

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

background-color css

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

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

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

border-color css

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

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

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