#E8AF98

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

Shades of Wax Flower #E8AF98

Tints of Wax Flower #E8AF98

Color information

#E8AF98 (or 0xE8AF98) is unknown color: approx Wax Flower. HEX triplet: E8, AF and 98. RGB value is (232,175,152). Sum of RGB (Red+Green+Blue) = 232+175+152=559 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.50% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF98 is #175067. Grayscale: #BDBDBD. Windows color (decimal): -1527912 or 10006504. OLE color: 10006504.

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

Color convert

RGB232175152-
CMYK00.250.340.09
HSL17.25º63.49%75.29%-
HSV(B)17.25º34.48%90.98%-
XYZ54.2850.0836.51-
YUV189.42106.88158.37-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.50%
GREEN value IS 175 (68.75% from 255) = 31.31%
BLUE value IS 152 (59.77% from 255) = 27.19%
R=41.50%
G=31.31%
B=27.19%

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
Decimal23217515200.250.340.0917.2563.4975.29
HexE8AF98019229113f4b
Octal35025723003142112177113
Binary1110100010101111100110000110011000101001100011111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AF98; }

 p { color: rgb(232,175,152); }

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

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

 a { background-color: rgb(232,175,152); }

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

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

 span { border-color: rgb(232,175,152); }

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