#ECD442

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

Shades of Festival #ECD442

Tints of Festival #ECD442

Color information

#ECD442 (or 0xECD442) is unknown color: approx Festival. HEX triplet: EC, D4 and 42. RGB value is (236,212,66). Sum of RGB (Red+Green+Blue) = 236+212+66=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 66 (26.17% from 255 or 12.84% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECD442 is #132BBD. Grayscale: #CBCBCB. Windows color (decimal): -1256382 or 4379884. OLE color: 4379884.

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

Color convert

RGB23621266-
CMYK00.100.720.07
HSL51.53º81.73%59.22%-
HSV(B)51.53º72.03%92.55%-
XYZ59.1265.3114.65-
YUV202.5350.95151.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.91%
GREEN value IS 212 (83.20% from 255) = 41.25%
BLUE value IS 66 (26.17% from 255) = 12.84%
R=45.91%
G=41.25%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362126600.100.720.0751.5381.7359.22
HexECD4420A48734523b
Octal35432410201211076412273
Binary111011001101010010000100101010010001111101001010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD442; }

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

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

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

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

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

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

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

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