#ECD042

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

Shades of Festival #ECD042

Tints of Festival #ECD042

Color information

#ECD042 (or 0xECD042) is unknown color: approx Festival. HEX triplet: EC, D0 and 42. RGB value is (236,208,66). Sum of RGB (Red+Green+Blue) = 236+208+66=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD042 is #132FBD. Grayscale: #C8C8C8. Windows color (decimal): -1257406 or 4378860. OLE color: 4378860.

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

Color convert

RGB23620866-
CMYK00.120.720.07
HSL50.12º81.73%59.22%-
HSV(B)50.12º72.03%92.55%-
XYZ58.1363.3414.32-
YUV200.1852.28153.55-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 66 (26.17% from 255) = 12.94%
R=46.27%
G=40.78%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362086600.120.720.0750.1281.7359.22
HexECD0420C48732523b
Octal35432010201411076212273
Binary111011001101000010000100110010010001111100101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD042; }

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

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

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

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

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

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

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

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