#EDD049

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

Shades of Festival #EDD049

Tints of Festival #EDD049

Color information

#EDD049 (or 0xEDD049) is unknown color: approx Festival. HEX triplet: ED, D0 and 49. RGB value is (237,208,73). Sum of RGB (Red+Green+Blue) = 237+208+73=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 73 (28.91% from 255 or 14.09% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD049 is #122FB6. Grayscale: #C9C9C9. Windows color (decimal): -1191863 or 4837613. OLE color: 4837613.

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

Color convert

RGB23720873-
CMYK00.120.690.07
HSL49.39º82%60.78%-
HSV(B)49.39º69.2%92.94%-
XYZ58.6863.615.49-
YUV201.2855.61153.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 73 (28.91% from 255) = 14.09%
R=45.75%
G=40.15%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372087300.120.690.0749.398260.78
HexEDD0490C45731523d
Octal35532011101410576112275
Binary111011011101000010010010110010001011111100011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD049; }

 p { color: rgb(237,208,73); }

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

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

 a { background-color: rgb(237,208,73); }

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

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

 span { border-color: rgb(237,208,73); }

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