#EBAF97

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

Shades of Wax Flower #EBAF97

Tints of Wax Flower #EBAF97

Color information

#EBAF97 (or 0xEBAF97) is unknown color: approx Wax Flower. HEX triplet: EB, AF and 97. RGB value is (235,175,151). Sum of RGB (Red+Green+Blue) = 235+175+151=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAF97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAF97 is #145068. Grayscale: #BEBEBE. Windows color (decimal): -1331305 or 9940971. OLE color: 9940971.

HSL color Cylindrical-coordinate representation of color #EBAF97: hue angle of 17.14º 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 #EBAF97 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB235175151-
CMYK00.260.360.08
HSL17.14º67.74%75.69%-
HSV(B)17.14º35.74%92.16%-
XYZ55.1850.5636.13-
YUV190.2105.88159.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 151 (59.38% from 255) = 26.92%
R=41.89%
G=31.19%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517515100.260.360.0817.1467.7475.69
HexEBAF9701A24811444c
Octal353257227032441021104114
Binary11101011101011111001011101101010010010001000110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAF97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAF97; }

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

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

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

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

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

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

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

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