#EBA897

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

Shades of Wax Flower #EBA897

Tints of Wax Flower #EBA897

Color information

#EBA897 (or 0xEBA897) is unknown color: approx Wax Flower. HEX triplet: EB, A8 and 97. RGB value is (235,168,151). Sum of RGB (Red+Green+Blue) = 235+168+151=554 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.42% from 554); Green value is 168 (66.02% from 255 or 30.32% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA897 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBA897 is #145768. Grayscale: #BABABA. Windows color (decimal): -1333097 or 9939179. OLE color: 9939179.

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

Color convert

RGB235168151-
CMYK00.290.360.08
HSL12.14º67.74%75.69%-
HSV(B)12.14º35.74%92.16%-
XYZ53.8547.935.69-
YUV186.1108.2162.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.42%
GREEN value IS 168 (66.02% from 255) = 30.32%
BLUE value IS 151 (59.38% from 255) = 27.26%
R=42.42%
G=30.32%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516815100.290.360.0812.1467.7475.69
HexEBA89701D248c444c
Octal353250227035441014104114
Binary1110101110101000100101110111011001001000110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA897; }

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

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

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

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

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

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

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

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