#EDC940

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

Shades of Festival #EDC940

Tints of Festival #EDC940

Color information

#EDC940 (or 0xEDC940) is unknown color: approx Festival. HEX triplet: ED, C9 and 40. RGB value is (237,201,64). Sum of RGB (Red+Green+Blue) = 237+201+64=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 64 (25.39% from 255 or 12.75% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC940 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC940 is #1236BF. Grayscale: #C4C4C4. Windows color (decimal): -1193664 or 4245997. OLE color: 4245997.

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

Color convert

RGB23720164-
CMYK00.150.730.07
HSL47.51º82.78%59.02%-
HSV(B)47.51º73%92.94%-
XYZ56.7460.1513.47-
YUV196.1553.43157.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.21%
GREEN value IS 201 (78.91% from 255) = 40.04%
BLUE value IS 64 (25.39% from 255) = 12.75%
R=47.21%
G=40.04%
B=12.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372016400.150.730.0747.5182.7859.02
HexEDC9400F49730533b
Octal35531110001711176012373
Binary111011011100100110000000111110010011111100001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDC940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDC940; }

 p { color: rgb(237,201,64); }

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

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

 a { background-color: rgb(237,201,64); }

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

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

 span { border-color: rgb(237,201,64); }

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