#E9AF9B

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

Shades of Wax Flower #E9AF9B

Tints of Wax Flower #E9AF9B

Color information

#E9AF9B (or 0xE9AF9B) is unknown color: approx Wax Flower. HEX triplet: E9, AF and 9B. RGB value is (233,175,155). Sum of RGB (Red+Green+Blue) = 233+175+155=563 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.39% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF9B is #165064. Grayscale: #BEBEBE. Windows color (decimal): -1462373 or 10203113. OLE color: 10203113.

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

Color convert

RGB233175155-
CMYK00.250.330.09
HSL15.38º63.93%76.08%-
HSV(B)15.38º33.48%91.37%-
XYZ54.8550.3537.84-
YUV190.06108.22158.63-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.39%
GREEN value IS 175 (68.75% from 255) = 31.08%
BLUE value IS 155 (60.94% from 255) = 27.53%
R=41.39%
G=31.08%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317515500.250.330.0915.3863.9376.08
HexE9AF9B019219f404c
Octal351257233031411117100114
Binary1110100110101111100110110110011000011001111110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AF9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AF9B; }

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

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

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

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

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

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

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

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