#ECCF4C

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

Shades of Festival #ECCF4C

Tints of Festival #ECCF4C

Color information

#ECCF4C (or 0xECCF4C) is unknown color: approx Festival. HEX triplet: EC, CF and 4C. RGB value is (236,207,76). Sum of RGB (Red+Green+Blue) = 236+207+76=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 76 (30.08% from 255 or 14.64% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCF4C is #1330B3. Grayscale: #C9C9C9. Windows color (decimal): -1257652 or 5033964. OLE color: 5033964.

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

Color convert

RGB23620776-
CMYK00.120.680.07
HSL49.12º80.81%61.18%-
HSV(B)49.12º67.8%92.55%-
XYZ58.2162.9815.93-
YUV200.7457.61153.15-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 76 (30.08% from 255) = 14.64%
R=45.47%
G=39.88%
B=14.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362077600.120.680.0749.1280.8161.18
HexECCF4C0C44731513d
Octal35431711401410476112175
Binary111011001100111110011000110010001001111100011010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCF4C; }

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

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

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

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

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

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

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

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