#E7B8A1

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

Shades of Wax Flower #E7B8A1

Tints of Wax Flower #E7B8A1

Color information

#E7B8A1 (or 0xE7B8A1) is unknown color: approx Wax Flower. HEX triplet: E7, B8 and A1. RGB value is (231,184,161). Sum of RGB (Red+Green+Blue) = 231+184+161=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B8A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7B8A1 is #18475E. Grayscale: #C3C3C3. Windows color (decimal): -1591135 or 10598631. OLE color: 10598631.

HSL color Cylindrical-coordinate representation of color #E7B8A1: hue angle of 19.71º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E7B8A1 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB231184161-
CMYK00.200.300.09
HSL19.71º59.32%76.86%-
HSV(B)19.71º30.3%90.59%-
XYZ56.5353.8441.13-
YUV195.43108.57153.37-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.10%
GREEN value IS 184 (72.27% from 255) = 31.94%
BLUE value IS 161 (63.28% from 255) = 27.95%
R=40.10%
G=31.94%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118416100.200.300.0919.7159.3276.86
HexE7B8A10141E9143b4d
Octal34727024102436112473115
Binary111001111011100010100001010100111101001101001110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B8A1; }

 p { color: rgb(231,184,161); }

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

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

 a { background-color: rgb(231,184,161); }

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

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

 span { border-color: rgb(231,184,161); }

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