#E9AC95

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

Shades of Wax Flower #E9AC95

Tints of Wax Flower #E9AC95

Color information

#E9AC95 (or 0xE9AC95) is unknown color: approx Wax Flower. HEX triplet: E9, AC and 95. RGB value is (233,172,149). Sum of RGB (Red+Green+Blue) = 233+172+149=554 (73% of max value = 765). Red value is 233 (91.41% from 255 or 42.06% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AC95 is #16536A. Grayscale: #BBBBBB. Windows color (decimal): -1463147 or 9809129. OLE color: 9809129.

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

Color convert

RGB233172149-
CMYK00.260.360.09
HSL16.43º65.62%74.9%-
HSV(B)16.43º36.05%91.37%-
XYZ53.784935.06-
YUV187.62106.21160.37-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 42.06%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 149 (58.59% from 255) = 26.90%
R=42.06%
G=31.05%
B=26.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317214900.260.360.0916.4365.6274.9
HexE9AC9501A24910424b
Octal351254225032441120102113
Binary11101001101011001001010101101010010010011000010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AC95; }

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

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

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

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

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

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

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

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