#e8af95

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

Shades of Wax Flower #E8AF95

Tints of Wax Flower #E8AF95

Color information

#E8AF95 (or 0xE8AF95) is unknown color: approx Wax Flower. HEX triplet: E8, AF and 95. RGB value is (232,175,149). Sum of RGB (Red+Green+Blue) = 232+175+149=556 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.73% from 556); Green value is 175 (68.75% from 255 or 31.47% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF95 is #17506A. Grayscale: #BDBDBD. Windows color (decimal): -1527915 or 9809896. OLE color: 9809896.

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

Color convert

RGB232175149-
CMYK00.250.360.09
HSL18.8º64.34%74.71%-
HSV(B)18.8º35.78%90.98%-
XYZ54.0349.9935.23-
YUV189.08105.38158.61-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 41.73%
GREEN value IS 175 (68.75% from 255) = 31.47%
BLUE value IS 149 (58.59% from 255) = 26.80%
R=41.73%
G=31.47%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217514900.250.360.0918.864.3474.71
HexE8AF9501924913404b
Octal350257225031441123100113
Binary11101000101011111001010101100110010010011001110000001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8af95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8af95; }

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

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

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

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

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

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

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

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