#E9AF9D

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

Shades of Wax Flower #E9AF9D

Tints of Wax Flower #E9AF9D

Color information

#E9AF9D (or 0xE9AF9D) is unknown color: approx Wax Flower. HEX triplet: E9, AF and 9D. RGB value is (233,175,157). Sum of RGB (Red+Green+Blue) = 233+175+157=565 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.24% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 157 (61.72% from 255 or 27.79% from 565); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AF9D is #165062. Grayscale: #BEBEBE. Windows color (decimal): -1462371 or 10334185. OLE color: 10334185.

HSL color Cylindrical-coordinate representation of color #E9AF9D: hue angle of 14.21º degrees, saturation: 0.63, 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 #E9AF9D is Cyan = 0, Magento = 0.25, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB233175157-
CMYK00.250.330.09
HSL14.21º63.33%76.47%-
HSV(B)14.21º32.62%91.37%-
XYZ55.0250.4238.73-
YUV190.29109.22158.46-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.24%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 157 (61.72% from 255) = 27.79%
R=41.24%
G=30.97%
B=27.79%

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
Decimal23317515700.250.330.0914.2163.3376.47
HexE9AF9D019219e3f4c
Octal35125723503141111677114
Binary111010011010111110011101011001100001100111101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AF9D; }

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

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

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

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

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

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

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

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