#EDCE51

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

Shades of Festival #EDCE51

Tints of Festival #EDCE51

Color information

#EDCE51 (or 0xEDCE51) is unknown color: approx Festival. HEX triplet: ED, CE and 51. RGB value is (237,206,81). Sum of RGB (Red+Green+Blue) = 237+206+81=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 81 (32.03% from 255 or 15.46% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCE51 is #1231AE. Grayscale: #C9C9C9. Windows color (decimal): -1192367 or 5361389. OLE color: 5361389.

HSL color Cylindrical-coordinate representation of color #EDCE51: hue angle of 48.08º degrees, saturation: 0.81, 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 #EDCE51 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB23720681-
CMYK00.130.660.07
HSL48.08º81.25%62.35%-
HSV(B)48.08º65.82%92.94%-
XYZ58.4862.7416.81-
YUV201.0260.27153.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 206 (80.86% from 255) = 39.31%
BLUE value IS 81 (32.03% from 255) = 15.46%
R=45.23%
G=39.31%
B=15.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372068100.130.660.0748.0881.2562.35
HexEDCE510D42730513e
Octal35531612101510276012176
Binary111011011100111010100010110110000101111100001010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCE51; }

 p { color: rgb(237,206,81); }

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

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

 a { background-color: rgb(237,206,81); }

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

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

 span { border-color: rgb(237,206,81); }

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