#EBB59C

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

Shades of Wax Flower #EBB59C

Tints of Wax Flower #EBB59C

Color information

#EBB59C (or 0xEBB59C) is unknown color: approx Wax Flower. HEX triplet: EB, B5 and 9C. RGB value is (235,181,156). Sum of RGB (Red+Green+Blue) = 235+181+156=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 156 (61.33% from 255 or 27.27% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB59C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB59C is #144A63. Grayscale: #C2C2C2. Windows color (decimal): -1329764 or 10270187. OLE color: 10270187.

HSL color Cylindrical-coordinate representation of color #EBB59C: hue angle of 18.99º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBB59C is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235181156-
CMYK00.230.340.08
HSL18.99º66.39%76.67%-
HSV(B)18.99º33.62%92.16%-
XYZ56.7953.1138.71-
YUV194.3106.39157.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 156 (61.33% from 255) = 27.27%
R=41.08%
G=31.64%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518115600.230.340.0818.9966.3976.67
HexEBB59C01722813424d
Octal353265234027421023102115
Binary11101011101101011001110001011110001010001001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB59C; }

 p { color: rgb(235,181,156); }

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

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

 a { background-color: rgb(235,181,156); }

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

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

 span { border-color: rgb(235,181,156); }

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