#ECCE4C

Color #ECCE4C Festival (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Festival #ECCE4C

Tints of Festival #ECCE4C

Color information

#ECCE4C (or 0xECCE4C) is unknown color: approx Festival. HEX triplet: EC, CE and 4C. RGB value is (236,206,76). Sum of RGB (Red+Green+Blue) = 236+206+76=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE4C is #1331B3. Grayscale: #C8C8C8. Windows color (decimal): -1257908 or 5033708. OLE color: 5033708.

HSL color Cylindrical-coordinate representation of color #ECCE4C: hue angle of 48.75º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECCE4C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23620676-
CMYK00.130.680.07
HSL48.75º80.81%61.18%-
HSV(B)48.75º67.8%92.55%-
XYZ57.9762.515.85-
YUV200.1557.94153.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 206 (80.86% from 255) = 39.77%
BLUE value IS 76 (30.08% from 255) = 14.67%
R=45.56%
G=39.77%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362067600.130.680.0748.7580.8161.18
HexECCE4C0D44731513d
Octal35431611401510476112175
Binary111011001100111010011000110110001001111100011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCE4C; }

 p { color: rgb(236,206,76); }

 H1.HeaderClassName
 {
   color: #ECCE4C;
 }
 .AnyTagClassName
 {
   color: #ECCE4C;
 }
</style>
background-color css

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

 a { background-color: rgb(236,206,76); }

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

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

 span { border-color: rgb(236,206,76); }

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