#E8AC9A

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

Shades of Wax Flower #E8AC9A

Tints of Wax Flower #E8AC9A

Color information

#E8AC9A (or 0xE8AC9A) is unknown color: approx Wax Flower. HEX triplet: E8, AC and 9A. RGB value is (232,172,154). Sum of RGB (Red+Green+Blue) = 232+172+154=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AC9A is #175365. Grayscale: #BCBCBC. Windows color (decimal): -1528678 or 10136808. OLE color: 10136808.

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

Color convert

RGB232172154-
CMYK00.260.340.09
HSL13.85º62.9%75.69%-
HSV(B)13.85º33.62%90.98%-
XYZ53.8648.9937.19-
YUV187.89108.88159.46-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.58%
GREEN value IS 172 (67.58% from 255) = 30.82%
BLUE value IS 154 (60.55% from 255) = 27.60%
R=41.58%
G=30.82%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217215400.260.340.0913.8562.975.69
HexE8AC9A01A229e3f4c
Octal35025423203242111677114
Binary111010001010110010011010011010100010100111101111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AC9A; }

 p { color: rgb(232,172,154); }

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

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

 a { background-color: rgb(232,172,154); }

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

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

 span { border-color: rgb(232,172,154); }

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