#EDD544

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

Shades of Festival #EDD544

Tints of Festival #EDD544

Color information

#EDD544 (or 0xEDD544) is unknown color: approx Festival. HEX triplet: ED, D5 and 44. RGB value is (237,213,68). Sum of RGB (Red+Green+Blue) = 237+213+68=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD544 is #122ABB. Grayscale: #CCCCCC. Windows color (decimal): -1190588 or 4511213. OLE color: 4511213.

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

Color convert

RGB23721368-
CMYK00.100.710.07
HSL51.48º82.44%59.8%-
HSV(B)51.48º71.31%92.94%-
XYZ59.7666.0115.06-
YUV203.6551.45151.79-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.75%
GREEN value IS 213 (83.59% from 255) = 41.12%
BLUE value IS 68 (26.95% from 255) = 13.13%
R=45.75%
G=41.12%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372136800.100.710.0751.4882.4459.8
HexEDD5440A47733523c
Octal35532510401210776312274
Binary111011011101010110001000101010001111111100111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD544; }

 p { color: rgb(237,213,68); }

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

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

 a { background-color: rgb(237,213,68); }

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

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

 span { border-color: rgb(237,213,68); }

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