#EDD449

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

Shades of Festival #EDD449

Tints of Festival #EDD449

Color information

#EDD449 (or 0xEDD449) is unknown color: approx Festival. HEX triplet: ED, D4 and 49. RGB value is (237,212,73). Sum of RGB (Red+Green+Blue) = 237+212+73=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD449 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD449 is #122BB6. Grayscale: #CCCCCC. Windows color (decimal): -1190839 or 4838637. OLE color: 4838637.

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

Color convert

RGB23721273-
CMYK00.110.690.07
HSL50.85º82%60.78%-
HSV(B)50.85º69.2%92.94%-
XYZ59.6765.5715.82-
YUV203.6354.28151.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.40%
GREEN value IS 212 (83.20% from 255) = 40.61%
BLUE value IS 73 (28.91% from 255) = 13.98%
R=45.40%
G=40.61%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372127300.110.690.0750.858260.78
HexEDD4490B45733523d
Octal35532411101310576312275
Binary111011011101010010010010101110001011111100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD449; }

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

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

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

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

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

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

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

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