#E8AF9E

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

Shades of Wax Flower #E8AF9E

Tints of Wax Flower #E8AF9E

Color information

#E8AF9E (or 0xE8AF9E) is unknown color: approx Wax Flower. HEX triplet: E8, AF and 9E. RGB value is (232,175,158). Sum of RGB (Red+Green+Blue) = 232+175+158=565 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.06% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF9E is #175061. Grayscale: #BEBEBE. Windows color (decimal): -1527906 or 10399720. OLE color: 10399720.

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

Color convert

RGB232175158-
CMYK00.250.320.09
HSL13.78º61.67%76.47%-
HSV(B)13.78º31.9%90.98%-
XYZ54.7850.2839.17-
YUV190.1109.88157.88-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.06%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 158 (62.11% from 255) = 27.96%
R=41.06%
G=30.97%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217515800.250.320.0913.7861.6776.47
HexE8AF9E019209e3e4c
Octal35025723603140111676114
Binary111010001010111110011110011001100000100111101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AF9E; }

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

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

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

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

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

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

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

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