Html Css Color HEX #ECCC40 Festival

📋 copy color: '#ECCC40'

red 236 ◦ green 204 ◦ blue 64

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

Shades of Festival #ECCC40

Tints of Festival #ECCC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.7%

R = 46.83%
G = 40.48%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ECCC40 (or 0xECCC40) is known color: Festival. HEX triplet: EC, CC and 40. RGB value is (236,204,64). Sum of RGB (Red+Green+Blue) = 236+204+64=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 204 (80.08% from 255 or 40.48% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCC40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCC40 is #1333BF. Grayscale: #C6C6C6. Windows color (decimal): -1258432 or 4246764. OLE color: 4246764.

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

Color convert

RGB 236 204 64 -
CMYK 0 0.14 0.73 0.07
HSL 48.84º 0.82% 0.59% -
HSV(B) 48.84º 0.73% 0.93% -
XYZ 57.11 61.39 13.69 -
YUV 197.61 52.6 155.38 -
System Red Green Blue C M Y K H S L
Decimal 236 204 64 0 0.14 0.73 0.07 48.84 0.82 0.59
Hex EC CC 40 0 E 49 7 31 52 3B
Octal 354 314 100 0 16 111 7 61 122 73
Binary 11101100 11001100 1000000 0 1110 1001001 111 110001 1010010 111011

Color Harmonies of #ECCC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCC40

Black with #ECCC40

Text Example


Text Example

White with #ECCC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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