#ECD54C

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

Shades of Festival #ECD54C

Tints of Festival #ECD54C

Color information

#ECD54C (or 0xECD54C) is unknown color: approx Festival. HEX triplet: EC, D5 and 4C. RGB value is (236,213,76). Sum of RGB (Red+Green+Blue) = 236+213+76=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 76 (30.08% from 255 or 14.48% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD54C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD54C is #132AB3. Grayscale: #CCCCCC. Windows color (decimal): -1256116 or 5035500. OLE color: 5035500.

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

Color convert

RGB23621376-
CMYK00.100.680.07
HSL51.38º80.81%61.18%-
HSV(B)51.38º67.8%92.55%-
XYZ59.6965.9416.42-
YUV204.2655.62150.64-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 213 (83.59% from 255) = 40.57%
BLUE value IS 76 (30.08% from 255) = 14.48%
R=44.95%
G=40.57%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362137600.100.680.0751.3880.8161.18
HexECD54C0A44733513d
Octal35432511401210476312175
Binary111011001101010110011000101010001001111100111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD54C; }

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

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

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

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

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

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

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

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