#E9AE95

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

Shades of Wax Flower #E9AE95

Tints of Wax Flower #E9AE95

Color information

#E9AE95 (or 0xE9AE95) is unknown color: approx Wax Flower. HEX triplet: E9, AE and 95. RGB value is (233,174,149). Sum of RGB (Red+Green+Blue) = 233+174+149=556 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.91% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AE95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AE95 is #16516A. Grayscale: #BCBCBC. Windows color (decimal): -1462635 or 9809641. OLE color: 9809641.

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

Color convert

RGB233174149-
CMYK00.250.360.09
HSL17.86º65.62%74.9%-
HSV(B)17.86º36.05%91.37%-
XYZ54.1749.7735.18-
YUV188.79105.55159.53-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.91%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=41.91%
G=31.29%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317414900.250.360.0917.8665.6274.9
HexE9AE9501924912424b
Octal351256225031441122102113
Binary11101001101011101001010101100110010010011001010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AE95; }

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

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

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

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

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

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

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

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