#EBAE97

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

Shades of Wax Flower #EBAE97

Tints of Wax Flower #EBAE97

Color information

#EBAE97 (or 0xEBAE97) is unknown color: approx Wax Flower. HEX triplet: EB, AE and 97. RGB value is (235,174,151). Sum of RGB (Red+Green+Blue) = 235+174+151=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 174 (68.36% from 255 or 31.07% from 560); Blue value is 151 (59.38% from 255 or 26.96% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE97 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBAE97 is #145168. Grayscale: #BDBDBD. Windows color (decimal): -1331561 or 9940715. OLE color: 9940715.

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

Color convert

RGB235174151-
CMYK00.260.360.08
HSL16.43º67.74%75.69%-
HSV(B)16.43º35.74%92.16%-
XYZ54.9850.1736.06-
YUV189.62106.21160.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 174 (68.36% from 255) = 31.07%
BLUE value IS 151 (59.38% from 255) = 26.96%
R=41.96%
G=31.07%
B=26.96%

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
Decimal23517415100.260.360.0816.4367.7475.69
HexEBAE9701A24810444c
Octal353256227032441020104114
Binary11101011101011101001011101101010010010001000010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBAE97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBAE97; }

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

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

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

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

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

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

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

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