#EBD849

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

Shades of Festival #EBD849

Tints of Festival #EBD849

Color information

#EBD849 (or 0xEBD849) is unknown color: approx Festival. HEX triplet: EB, D8 and 49. RGB value is (235,216,73). Sum of RGB (Red+Green+Blue) = 235+216+73=524 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.85% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 73 (28.91% from 255 or 13.93% from 524); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD849 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD849 is #1427B6. Grayscale: #CDCDCD. Windows color (decimal): -1320887 or 4839659. OLE color: 4839659.

HSL color Cylindrical-coordinate representation of color #EBD849: hue angle of 52.96º degrees, saturation: 0.8, 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 #EBD849 is Cyan = 0, Magento = 0.08, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23521673-
CMYK00.080.690.08
HSL52.96º80.2%60.39%-
HSV(B)52.96º68.94%92.16%-
XYZ60.0267.2516.12-
YUV205.3853.29149.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.85%
GREEN value IS 216 (84.77% from 255) = 41.22%
BLUE value IS 73 (28.91% from 255) = 13.93%
R=44.85%
G=41.22%
B=13.93%

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
Decimal2352167300.080.690.0852.9680.260.39
HexEBD8490845835503c
Octal353330111010105106512074
Binary1110101111011000100100101000100010110001101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD849; }

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

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

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

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

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

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

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

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