#E7A998

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

Shades of Wax Flower #E7A998

Tints of Wax Flower #E7A998

Color information

#E7A998 (or 0xE7A998) is unknown color: approx Wax Flower. HEX triplet: E7, A9 and 98. RGB value is (231,169,152). Sum of RGB (Red+Green+Blue) = 231+169+152=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 152 (59.77% from 255 or 27.54% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A998 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7A998 is #185667. Grayscale: #B9B9B9. Windows color (decimal): -1594984 or 10004967. OLE color: 10004967.

HSL color Cylindrical-coordinate representation of color #E7A998: hue angle of 12.91º degrees, saturation: 0.62, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E7A998 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB231169152-
CMYK00.270.340.09
HSL12.91º62.2%75.1%-
HSV(B)12.91º34.2%90.59%-
XYZ52.8147.6336.12-
YUV185.6109.04160.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.85%
GREEN value IS 169 (66.41% from 255) = 30.62%
BLUE value IS 152 (59.77% from 255) = 27.54%
R=41.85%
G=30.62%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23116915200.270.340.0912.9162.275.1
HexE7A99801B229d3e4b
Octal34725123003342111576113
Binary111001111010100110011000011011100010100111011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7A998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7A998; }

 p { color: rgb(231,169,152); }

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

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

 a { background-color: rgb(231,169,152); }

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

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

 span { border-color: rgb(231,169,152); }

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