#E3AE98

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

Shades of Wax Flower #E3AE98

Tints of Wax Flower #E3AE98

Color information

#E3AE98 (or 0xE3AE98) is unknown color: approx Wax Flower. HEX triplet: E3, AE and 98. RGB value is (227,174,152). Sum of RGB (Red+Green+Blue) = 227+174+152=553 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.05% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AE98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AE98 is #1C5167. Grayscale: #BBBBBB. Windows color (decimal): -1855848 or 10006243. OLE color: 10006243.

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

Color convert

RGB227174152-
CMYK00.230.330.11
HSL17.6º57.25%74.31%-
HSV(B)17.6º33.04%89.02%-
XYZ52.4848.8736.37-
YUV187.34108.06156.29-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.05%
GREEN value IS 174 (68.36% from 255) = 31.46%
BLUE value IS 152 (59.77% from 255) = 27.49%
R=41.05%
G=31.46%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717415200.230.330.1117.657.2574.31
HexE3AE9801721B12394a
Octal34325623002741132271112
Binary1110001110101110100110000101111000011011100101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AE98; }

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

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

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

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

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

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

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

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