#EAD849

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

Shades of Festival #EAD849

Tints of Festival #EAD849

Color information

#EAD849 (or 0xEAD849) is unknown color: approx Festival. HEX triplet: EA, D8 and 49. RGB value is (234,216,73). Sum of RGB (Red+Green+Blue) = 234+216+73=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 216 (84.77% from 255 or 41.30% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD849 is #1527B6. Grayscale: #CDCDCD. Windows color (decimal): -1386423 or 4839658. OLE color: 4839658.

HSL color Cylindrical-coordinate representation of color #EAD849: hue angle of 53.29º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAD849 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23421673-
CMYK00.080.690.08
HSL53.29º79.31%60.2%-
HSV(B)53.29º68.8%91.76%-
XYZ59.6967.0916.11-
YUV205.0853.46148.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 216 (84.77% from 255) = 41.30%
BLUE value IS 73 (28.91% from 255) = 13.96%
R=44.74%
G=41.30%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342167300.080.690.0853.2979.3160.2
HexEAD84908458354f3c
Octal352330111010105106511774
Binary1110101011011000100100101000100010110001101011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD849; }

 p { color: rgb(234,216,73); }

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

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

 a { background-color: rgb(234,216,73); }

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

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

 span { border-color: rgb(234,216,73); }

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