#EDD149

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

Shades of Festival #EDD149

Tints of Festival #EDD149

Color information

#EDD149 (or 0xEDD149) is unknown color: approx Festival. HEX triplet: ED, D1 and 49. RGB value is (237,209,73). Sum of RGB (Red+Green+Blue) = 237+209+73=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 73 (28.91% from 255 or 14.07% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD149 is #122EB6. Grayscale: #CACACA. Windows color (decimal): -1191607 or 4837869. OLE color: 4837869.

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

Color convert

RGB23720973-
CMYK00.120.690.07
HSL49.76º82%60.78%-
HSV(B)49.76º69.2%92.94%-
XYZ58.9364.0915.57-
YUV201.8755.28153.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 209 (82.03% from 255) = 40.27%
BLUE value IS 73 (28.91% from 255) = 14.07%
R=45.66%
G=40.27%
B=14.07%

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
Decimal2372097300.120.690.0749.768260.78
HexEDD1490C45732523d
Octal35532111101410576212275
Binary111011011101000110010010110010001011111100101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD149; }

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

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

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

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

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

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

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

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