#EBAA97

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

Shades of Wax Flower #EBAA97

Tints of Wax Flower #EBAA97

Color information

#EBAA97 (or 0xEBAA97) is unknown color: approx Wax Flower. HEX triplet: EB, AA and 97. RGB value is (235,170,151). Sum of RGB (Red+Green+Blue) = 235+170+151=556 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.27% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAA97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAA97 is #145568. Grayscale: #BBBBBB. Windows color (decimal): -1332585 or 9939691. OLE color: 9939691.

HSL color Cylindrical-coordinate representation of color #EBAA97: hue angle of 13.57º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBAA97 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB235170151-
CMYK00.280.360.08
HSL13.57º67.74%75.69%-
HSV(B)13.57º35.74%92.16%-
XYZ54.2248.6535.81-
YUV187.27107.53162.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.27%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 151 (59.38% from 255) = 27.16%
R=42.27%
G=30.58%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517015100.280.360.0813.5767.7475.69
HexEBAA9701C248e444c
Octal353252227034441016104114
Binary1110101110101010100101110111001001001000111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAA97; }

 p { color: rgb(235,170,151); }

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

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

 a { background-color: rgb(235,170,151); }

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

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

 span { border-color: rgb(235,170,151); }

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