#E7AE98

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

Shades of Wax Flower #E7AE98

Tints of Wax Flower #E7AE98

Color information

#E7AE98 (or 0xE7AE98) is unknown color: approx Wax Flower. HEX triplet: E7, AE and 98. RGB value is (231,174,152). Sum of RGB (Red+Green+Blue) = 231+174+152=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AE98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AE98 is #185167. Grayscale: #BCBCBC. Windows color (decimal): -1593704 or 10006247. OLE color: 10006247.

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

Color convert

RGB231174152-
CMYK00.250.340.09
HSL16.71º62.2%75.1%-
HSV(B)16.71º34.2%90.59%-
XYZ53.7649.5336.43-
YUV188.54107.38158.29-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.47%
GREEN value IS 174 (68.36% from 255) = 31.24%
BLUE value IS 152 (59.77% from 255) = 27.29%
R=41.47%
G=31.24%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23117415200.250.340.0916.7162.275.1
HexE7AE98019229113e4b
Octal34725623003142112176113
Binary1110011110101110100110000110011000101001100011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AE98; }

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

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

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

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

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

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

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

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