#EBB59D

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

Shades of Wax Flower #EBB59D

Tints of Wax Flower #EBB59D

Color information

#EBB59D (or 0xEBB59D) is unknown color: approx Wax Flower. HEX triplet: EB, B5 and 9D. RGB value is (235,181,157). Sum of RGB (Red+Green+Blue) = 235+181+157=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 157 (61.72% from 255 or 27.40% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB59D is #144A62. Grayscale: #C2C2C2. Windows color (decimal): -1329763 or 10335723. OLE color: 10335723.

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

Color convert

RGB235181157-
CMYK00.230.330.08
HSL18.46º66.1%76.86%-
HSV(B)18.46º33.19%92.16%-
XYZ56.8753.1439.16-
YUV194.41106.89156.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 157 (61.72% from 255) = 27.40%
R=41.01%
G=31.59%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518115700.230.330.0818.4666.176.86
HexEBB59D01721812424d
Octal353265235027411022102115
Binary11101011101101011001110101011110000110001001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB59D; }

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

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

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

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

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

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

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

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