#EBBAA0

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

Shades of Wax Flower #EBBAA0

Tints of Wax Flower #EBBAA0

Color information

#EBBAA0 (or 0xEBBAA0) is unknown color: approx Wax Flower. HEX triplet: EB, BA and A0. RGB value is (235,186,160). Sum of RGB (Red+Green+Blue) = 235+186+160=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBAA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBAA0 is #14455F. Grayscale: #C5C5C5. Windows color (decimal): -1328480 or 10533611. OLE color: 10533611.

HSL color Cylindrical-coordinate representation of color #EBBAA0: hue angle of 20.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 #EBBAA0 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235186160-
CMYK00.210.320.08
HSL20.8º65.22%77.45%-
HSV(B)20.8º31.91%92.16%-
XYZ58.1755.3240.87-
YUV197.69106.73154.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 160 (62.89% from 255) = 27.54%
R=40.45%
G=32.01%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518616000.210.320.0820.865.2277.45
HexEBBAA001520815414d
Octal353272240025401025101115
Binary11101011101110101010000001010110000010001010110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBAA0; }

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

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

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

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

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

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

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

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