#E8AF90

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

Shades of Wax Flower #E8AF90

Tints of Wax Flower #E8AF90

Color information

#E8AF90 (or 0xE8AF90) is unknown color: approx Wax Flower. HEX triplet: E8, AF and 90. RGB value is (232,175,144). Sum of RGB (Red+Green+Blue) = 232+175+144=551 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.11% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8AF90 is #17506F. Grayscale: #BCBCBC. Windows color (decimal): -1527920 or 9482216. OLE color: 9482216.

HSL color Cylindrical-coordinate representation of color #E8AF90: hue angle of 21.14º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E8AF90 is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB232175144-
CMYK00.250.380.09
HSL21.14º65.67%73.73%-
HSV(B)21.14º37.93%90.98%-
XYZ53.6449.8333.18-
YUV188.51102.88159.02-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 42.11%
GREEN value IS 175 (68.75% from 255) = 31.76%
BLUE value IS 144 (56.64% from 255) = 26.13%
R=42.11%
G=31.76%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217514400.250.380.0921.1465.6773.73
HexE8AF9001926915424a
Octal350257220031461125102112
Binary11101000101011111001000001100110011010011010110000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8AF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8AF90; }

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

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

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

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

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

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

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

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