#E9AC9D

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

Shades of Wax Flower #E9AC9D

Tints of Wax Flower #E9AC9D

Color information

#E9AC9D (or 0xE9AC9D) is unknown color: approx Wax Flower. HEX triplet: E9, AC and 9D. RGB value is (233,172,157). Sum of RGB (Red+Green+Blue) = 233+172+157=562 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.46% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 157 (61.72% from 255 or 27.94% from 562); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AC9D is #165362. Grayscale: #BCBCBC. Windows color (decimal): -1463139 or 10333417. OLE color: 10333417.

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

Color convert

RGB233172157-
CMYK00.260.330.09
HSL11.84º63.33%76.47%-
HSV(B)11.84º32.62%91.37%-
XYZ54.4449.2638.54-
YUV188.53110.21159.72-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.46%
GREEN value IS 172 (67.58% from 255) = 30.60%
BLUE value IS 157 (61.72% from 255) = 27.94%
R=41.46%
G=30.60%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317215700.260.330.0911.8463.3376.47
HexE9AC9D01A219c3f4c
Octal35125423503241111477114
Binary111010011010110010011101011010100001100111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AC9D; }

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

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

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

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

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

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

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

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