#E1AF9B

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

Shades of Wax Flower #E1AF9B

Tints of Wax Flower #E1AF9B

Color information

#E1AF9B (or 0xE1AF9B) is unknown color: approx Wax Flower. HEX triplet: E1, AF and 9B. RGB value is (225,175,155). Sum of RGB (Red+Green+Blue) = 225+175+155=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1AF9B is #1E5064. Grayscale: #BBBBBB. Windows color (decimal): -1986661 or 10203105. OLE color: 10203105.

HSL color Cylindrical-coordinate representation of color #E1AF9B: hue angle of 17.14º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1AF9B is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB225175155-
CMYK00.220.310.12
HSL17.14º53.85%74.51%-
HSV(B)17.14º31.11%88.24%-
XYZ52.349.0337.72-
YUV187.67109.56154.63-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 40.54%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 155 (60.94% from 255) = 27.93%
R=40.54%
G=31.53%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22517515500.220.310.1217.1453.8574.51
HexE1AF9B0161FC11364b
Octal34125723302637142166113
Binary111000011010111110011011010110111111100100011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1AF9B; }

 p { color: rgb(225,175,155); }

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

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

 a { background-color: rgb(225,175,155); }

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

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

 span { border-color: rgb(225,175,155); }

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