#E9AB95

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

Shades of Wax Flower #E9AB95

Tints of Wax Flower #E9AB95

Color information

#E9AB95 (or 0xE9AB95) is unknown color: approx Wax Flower. HEX triplet: E9, AB and 95. RGB value is (233,171,149). Sum of RGB (Red+Green+Blue) = 233+171+149=553 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.13% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AB95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AB95 is #16546A. Grayscale: #BBBBBB. Windows color (decimal): -1463403 or 9808873. OLE color: 9808873.

HSL color Cylindrical-coordinate representation of color #E9AB95: hue angle of 15.71º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9AB95 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233171149-
CMYK00.270.360.09
HSL15.71º65.62%74.9%-
HSV(B)15.71º36.05%91.37%-
XYZ53.5948.6234.99-
YUV187.03106.54160.79-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.13%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=42.13%
G=30.92%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317114900.270.360.0915.7165.6274.9
HexE9AB9501B24910424b
Octal351253225033441120102113
Binary11101001101010111001010101101110010010011000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AB95; }

 p { color: rgb(233,171,149); }

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

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

 a { background-color: rgb(233,171,149); }

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

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

 span { border-color: rgb(233,171,149); }

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