#E8A99A

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

Shades of Wax Flower #E8A99A

Tints of Wax Flower #E8A99A

Color information

#E8A99A (or 0xE8A99A) is unknown color: approx Wax Flower. HEX triplet: E8, A9 and 9A. RGB value is (232,169,154). Sum of RGB (Red+Green+Blue) = 232+169+154=555 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.80% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A99A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8A99A is #175665. Grayscale: #BABABA. Windows color (decimal): -1529446 or 10136040. OLE color: 10136040.

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

Color convert

RGB232169154-
CMYK00.270.340.09
HSL11.54º62.9%75.69%-
HSV(B)11.54º33.62%90.98%-
XYZ53.347.8637-
YUV186.13109.87160.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.80%
GREEN value IS 169 (66.41% from 255) = 30.45%
BLUE value IS 154 (60.55% from 255) = 27.75%
R=41.80%
G=30.45%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23216915400.270.340.0911.5462.975.69
HexE8A99A01B229c3f4c
Octal35025123203342111477114
Binary111010001010100110011010011011100010100111001111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8A99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8A99A; }

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

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

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

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

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

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

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

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