#E0AF9B

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

Shades of Wax Flower #E0AF9B

Tints of Wax Flower #E0AF9B

Color information

#E0AF9B (or 0xE0AF9B) is unknown color: approx Wax Flower. HEX triplet: E0, AF and 9B. RGB value is (224,175,155). Sum of RGB (Red+Green+Blue) = 224+175+155=554 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.43% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0AF9B is #1F5064. Grayscale: #BBBBBB. Windows color (decimal): -2052197 or 10203104. OLE color: 10203104.

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

Color convert

RGB224175155-
CMYK00.220.310.12
HSL17.39º52.67%74.31%-
HSV(B)17.39º30.8%87.84%-
XYZ51.9948.8737.7-
YUV187.37109.73154.13-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.43%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=40.43%
G=31.59%
B=27.98%

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
Decimal22417515500.220.310.1217.3952.6774.31
HexE0AF9B0161FC11354a
Octal34025723302637142165112
Binary111000001010111110011011010110111111100100011101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0AF9B; }

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

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

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

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

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

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

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

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