#ECD050

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

Shades of Festival #ECD050

Tints of Festival #ECD050

Color information

#ECD050 (or 0xECD050) is unknown color: approx Festival. HEX triplet: EC, D0 and 50. RGB value is (236,208,80). Sum of RGB (Red+Green+Blue) = 236+208+80=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 80 (31.64% from 255 or 15.27% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD050 is #132FAF. Grayscale: #CACACA. Windows color (decimal): -1257392 or 5296364. OLE color: 5296364.

HSL color Cylindrical-coordinate representation of color #ECD050: hue angle of 49.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECD050 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23620880-
CMYK00.120.660.07
HSL49.23º80.41%61.96%-
HSV(B)49.23º66.1%92.55%-
XYZ58.663.5216.76-
YUV201.7859.28152.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.04%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 80 (31.64% from 255) = 15.27%
R=45.04%
G=39.69%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362088000.120.660.0749.2380.4161.96
HexECD0500C42731503e
Octal35432012001410276112076
Binary111011001101000010100000110010000101111100011010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD050; }

 p { color: rgb(236,208,80); }

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

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

 a { background-color: rgb(236,208,80); }

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

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

 span { border-color: rgb(236,208,80); }

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