#E6AE98

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

Shades of Wax Flower #E6AE98

Tints of Wax Flower #E6AE98

Color information

#E6AE98 (or 0xE6AE98) is unknown color: approx Wax Flower. HEX triplet: E6, AE and 98. RGB value is (230,174,152). Sum of RGB (Red+Green+Blue) = 230+174+152=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AE98 is #195167. Grayscale: #BCBCBC. Windows color (decimal): -1659240 or 10006246. OLE color: 10006246.

HSL color Cylindrical-coordinate representation of color #E6AE98: hue angle of 16.92º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E6AE98 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB230174152-
CMYK00.240.340.10
HSL16.92º60.94%74.9%-
HSV(B)16.92º33.91%90.2%-
XYZ53.4449.3636.42-
YUV188.24107.55157.79-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 152 (59.77% from 255) = 27.34%
R=41.37%
G=31.29%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017415200.240.340.1016.9260.9474.9
HexE6AE9801822A113d4b
Octal34625623003042122175113
Binary1110011010101110100110000110001000101010100011111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AE98; }

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

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

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

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

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

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

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

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