#E8AC95

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

Shades of Wax Flower #E8AC95

Tints of Wax Flower #E8AC95

Color information

#E8AC95 (or 0xE8AC95) is unknown color: approx Wax Flower. HEX triplet: E8, AC and 95. RGB value is (232,172,149). Sum of RGB (Red+Green+Blue) = 232+172+149=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AC95 is #17536A. Grayscale: #BBBBBB. Windows color (decimal): -1528683 or 9809128. OLE color: 9809128.

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

Color convert

RGB232172149-
CMYK00.260.360.09
HSL16.63º64.34%74.71%-
HSV(B)16.63º35.78%90.98%-
XYZ53.4648.8335.04-
YUV187.32106.38159.87-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.95%
GREEN value IS 172 (67.58% from 255) = 31.10%
BLUE value IS 149 (58.59% from 255) = 26.94%
R=41.95%
G=31.10%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217214900.260.360.0916.6364.3474.71
HexE8AC9501A24911404b
Octal350254225032441121100113
Binary11101000101011001001010101101010010010011000110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AC95; }

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

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

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

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

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

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

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

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