#E6A797

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

Shades of Wax Flower #E6A797

Tints of Wax Flower #E6A797

Color information

#E6A797 (or 0xE6A797) is unknown color: approx Wax Flower. HEX triplet: E6, A7 and 97. RGB value is (230,167,151). Sum of RGB (Red+Green+Blue) = 230+167+151=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 151 (59.38% from 255 or 27.55% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A797 is #195868. Grayscale: #B8B8B8. Windows color (decimal): -1661033 or 9938918. OLE color: 9938918.

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

Color convert

RGB230167151-
CMYK00.270.340.10
HSL12.15º61.24%74.71%-
HSV(B)12.15º34.35%90.2%-
XYZ52.0446.6935.55-
YUV184.01109.37160.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.97%
GREEN value IS 167 (65.62% from 255) = 30.47%
BLUE value IS 151 (59.38% from 255) = 27.55%
R=41.97%
G=30.47%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23016715100.270.340.1012.1561.2474.71
HexE6A79701B22Ac3d4b
Octal34624722703342121475113
Binary111001101010011110010111011011100010101011001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6A797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6A797; }

 p { color: rgb(230,167,151); }

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

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

 a { background-color: rgb(230,167,151); }

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

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

 span { border-color: rgb(230,167,151); }

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