#EBB5A0

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

Shades of Wax Flower #EBB5A0

Tints of Wax Flower #EBB5A0

Color information

#EBB5A0 (or 0xEBB5A0) is unknown color: approx Wax Flower. HEX triplet: EB, B5 and A0. RGB value is (235,181,160). Sum of RGB (Red+Green+Blue) = 235+181+160=576 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.80% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB5A0 is #144A5F. Grayscale: #C2C2C2. Windows color (decimal): -1329760 or 10532331. OLE color: 10532331.

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

Color convert

RGB235181160-
CMYK00.230.320.08
HSL16.8º65.22%77.45%-
HSV(B)16.8º31.91%92.16%-
XYZ57.1353.2540.52-
YUV194.75108.39156.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.80%
GREEN value IS 181 (71.09% from 255) = 31.42%
BLUE value IS 160 (62.89% from 255) = 27.78%
R=40.80%
G=31.42%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518116000.230.320.0816.865.2277.45
HexEBB5A001720811414d
Octal353265240027401021101115
Binary11101011101101011010000001011110000010001000110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5A0; }

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

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

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

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

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

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

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

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