#ECD04E

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

Shades of Festival #ECD04E

Tints of Festival #ECD04E

Color information

#ECD04E (or 0xECD04E) is unknown color: approx Festival. HEX triplet: EC, D0 and 4E. RGB value is (236,208,78). Sum of RGB (Red+Green+Blue) = 236+208+78=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 208 (81.64% from 255 or 39.85% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD04E is #132FB1. Grayscale: #CACACA. Windows color (decimal): -1257394 or 5165292. OLE color: 5165292.

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

Color convert

RGB23620878-
CMYK00.120.670.07
HSL49.37º80.61%61.57%-
HSV(B)49.37º66.95%92.55%-
XYZ58.5263.4916.38-
YUV201.5558.28152.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.21%
GREEN value IS 208 (81.64% from 255) = 39.85%
BLUE value IS 78 (30.86% from 255) = 14.94%
R=45.21%
G=39.85%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362087800.120.670.0749.3780.6161.57
HexECD04E0C43731513e
Octal35432011601410376112176
Binary111011001101000010011100110010000111111100011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECD04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECD04E; }

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

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

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

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

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

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

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

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