#EBD749

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

Shades of Festival #EBD749

Tints of Festival #EBD749

Color information

#EBD749 (or 0xEBD749) is unknown color: approx Festival. HEX triplet: EB, D7 and 49. RGB value is (235,215,73). Sum of RGB (Red+Green+Blue) = 235+215+73=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 215 (84.38% from 255 or 41.11% from 523); Blue value is 73 (28.91% from 255 or 13.96% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD749 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBD749 is #1428B6. Grayscale: #CDCDCD. Windows color (decimal): -1321143 or 4839403. OLE color: 4839403.

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

Color convert

RGB23521573-
CMYK00.090.690.08
HSL52.59º80.2%60.39%-
HSV(B)52.59º68.94%92.16%-
XYZ59.7666.7416.04-
YUV204.7953.63149.55-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 44.93%
GREEN value IS 215 (84.38% from 255) = 41.11%
BLUE value IS 73 (28.91% from 255) = 13.96%
R=44.93%
G=41.11%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2352157300.090.690.0852.5980.260.39
HexEBD7490945835503c
Octal353327111011105106512074
Binary1110101111010111100100101001100010110001101011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD749; }

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

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

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

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

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

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

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

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