#E6A999

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

Shades of Wax Flower #E6A999

Tints of Wax Flower #E6A999

Color information

#E6A999 (or 0xE6A999) is unknown color: approx Wax Flower. HEX triplet: E6, A9 and 99. RGB value is (230,169,153). Sum of RGB (Red+Green+Blue) = 230+169+153=552 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.67% from 552); Green value is 169 (66.41% from 255 or 30.62% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A999 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A999 is #195666. Grayscale: #B9B9B9. Windows color (decimal): -1660519 or 10070502. OLE color: 10070502.

HSL color Cylindrical-coordinate representation of color #E6A999: hue angle of 12.47º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6A999 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230169153-
CMYK00.270.330.10
HSL12.47º60.63%75.1%-
HSV(B)12.47º33.48%90.2%-
XYZ52.5747.536.53-
YUV185.42109.71159.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.67%
GREEN value IS 169 (66.41% from 255) = 30.62%
BLUE value IS 153 (60.16% from 255) = 27.72%
R=41.67%
G=30.62%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016915300.270.330.1012.4760.6375.1
HexE6A99901B21Ac3d4b
Octal34625123103341121475113
Binary111001101010100110011001011011100001101011001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A999; }

 p { color: rgb(230,169,153); }

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

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

 a { background-color: rgb(230,169,153); }

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

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

 span { border-color: rgb(230,169,153); }

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