Html Css Color HEX #ECCC42 Festival

📋 copy color: '#ECCC42'

red 236 ◦ green 204 ◦ blue 66

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

Shades of Festival #ECCC42

Tints of Festival #ECCC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.32%

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

R = 46.64%
G = 40.32%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ECCC42 (or 0xECCC42) is known color: Festival. HEX triplet: EC, CC and 42. RGB value is (236,204,66). Sum of RGB (Red+Green+Blue) = 236+204+66=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 204 (80.08% from 255 or 40.32% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC42 is #1333BD. Grayscale: #C6C6C6. Windows color (decimal): -1258430 or 4377836. OLE color: 4377836.

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

Color convert

RGB 236 204 66 -
CMYK 0 0.14 0.72 0.07
HSL 48.71º 0.82% 0.59% -
HSV(B) 48.71º 0.72% 0.93% -
XYZ 57.17 61.41 13.99 -
YUV 197.84 53.6 155.22 -
System Red Green Blue C M Y K H S L
Decimal 236 204 66 0 0.14 0.72 0.07 48.71 0.82 0.59
Hex EC CC 42 0 E 48 7 31 52 3B
Octal 354 314 102 0 16 110 7 61 122 73
Binary 11101100 11001100 1000010 0 1110 1001000 111 110001 1010010 111011

Color Harmonies of #ECCC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC42

Black with #ECCC42

Text Example


Text Example

White with #ECCC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC42; }

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

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

background-color css

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

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

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

border-color css

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

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

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