#E7AD98

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

Shades of Wax Flower #E7AD98

Tints of Wax Flower #E7AD98

Color information

#E7AD98 (or 0xE7AD98) is unknown color: approx Wax Flower. HEX triplet: E7, AD and 98. RGB value is (231,173,152). Sum of RGB (Red+Green+Blue) = 231+173+152=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 152 (59.77% from 255 or 27.34% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7AD98 is #185267. Grayscale: #BCBCBC. Windows color (decimal): -1593960 or 10005991. OLE color: 10005991.

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

Color convert

RGB231173152-
CMYK00.250.340.09
HSL15.95º62.2%75.1%-
HSV(B)15.95º34.2%90.59%-
XYZ53.5749.1436.37-
YUV187.95107.72158.71-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.55%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 152 (59.77% from 255) = 27.34%
R=41.55%
G=31.12%
B=27.34%

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
Decimal23117315200.250.340.0915.9562.275.1
HexE7AD98019229103e4b
Octal34725523003142112076113
Binary1110011110101101100110000110011000101001100001111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7AD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7AD98; }

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

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

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

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

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

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

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

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