#E2AF9B

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

Shades of Wax Flower #E2AF9B

Tints of Wax Flower #E2AF9B

Color information

#E2AF9B (or 0xE2AF9B) is unknown color: approx Wax Flower. HEX triplet: E2, AF and 9B. RGB value is (226,175,155). Sum of RGB (Red+Green+Blue) = 226+175+155=556 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.65% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2AF9B is #1D5064. Grayscale: #BCBCBC. Windows color (decimal): -1921125 or 10203106. OLE color: 10203106.

HSL color Cylindrical-coordinate representation of color #E2AF9B: hue angle of 16.9º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E2AF9B is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB226175155-
CMYK00.230.310.11
HSL16.9º55.04%74.71%-
HSV(B)16.9º31.42%88.63%-
XYZ52.6149.237.73-
YUV187.97109.4155.13-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.65%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=40.65%
G=31.47%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22617515500.230.310.1116.955.0474.71
HexE2AF9B0171FB11374b
Octal34225723302737132167113
Binary111000101010111110011011010111111111011100011101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2AF9B; }

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

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

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

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

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

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

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

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