#E9AF9E

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

Shades of Wax Flower #E9AF9E

Tints of Wax Flower #E9AF9E

Color information

#E9AF9E (or 0xE9AF9E) is unknown color: approx Wax Flower. HEX triplet: E9, AF and 9E. RGB value is (233,175,158). Sum of RGB (Red+Green+Blue) = 233+175+158=566 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.17% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 158 (62.11% from 255 or 27.92% from 566); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF9E is #165061. Grayscale: #BEBEBE. Windows color (decimal): -1462370 or 10399721. OLE color: 10399721.

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

Color convert

RGB233175158-
CMYK00.250.320.09
HSL13.6º63.03%76.67%-
HSV(B)13.6º32.19%91.37%-
XYZ55.1150.4539.18-
YUV190.4109.72158.38-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.17%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 158 (62.11% from 255) = 27.92%
R=41.17%
G=30.92%
B=27.92%

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
Decimal23317515800.250.320.0913.663.0376.67
HexE9AF9E019209e3f4d
Octal35125723603140111677115
Binary111010011010111110011110011001100000100111101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AF9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AF9E; }

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

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

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

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

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

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

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

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