#E3AE95

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

Shades of Wax Flower #E3AE95

Tints of Wax Flower #E3AE95

Color information

#E3AE95 (or 0xE3AE95) is unknown color: approx Wax Flower. HEX triplet: E3, AE and 95. RGB value is (227,174,149). Sum of RGB (Red+Green+Blue) = 227+174+149=550 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.27% from 550); Green value is 174 (68.36% from 255 or 31.64% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AE95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AE95 is #1C516A. Grayscale: #BBBBBB. Windows color (decimal): -1855851 or 9809635. OLE color: 9809635.

HSL color Cylindrical-coordinate representation of color #E3AE95: hue angle of 19.23º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E3AE95 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB227174149-
CMYK00.230.340.11
HSL19.23º58.21%73.73%-
HSV(B)19.23º34.36%89.02%-
XYZ52.2448.7735.09-
YUV187106.56156.53-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.27%
GREEN value IS 174 (68.36% from 255) = 31.64%
BLUE value IS 149 (58.59% from 255) = 27.09%
R=41.27%
G=31.64%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717414900.230.340.1119.2358.2173.73
HexE3AE9501722B133a4a
Octal34325622502742132372112
Binary1110001110101110100101010101111000101011100111110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AE95; }

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

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

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

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

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

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

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

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