#E8BAA1

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

Shades of Wax Flower #E8BAA1

Tints of Wax Flower #E8BAA1

Color information

#E8BAA1 (or 0xE8BAA1) is unknown color: approx Wax Flower. HEX triplet: E8, BA and A1. RGB value is (232,186,161). Sum of RGB (Red+Green+Blue) = 232+186+161=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 186 (73.05% from 255 or 32.12% from 579); Blue value is 161 (63.28% from 255 or 27.81% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BAA1 is #17455E. Grayscale: #C5C5C5. Windows color (decimal): -1525087 or 10599144. OLE color: 10599144.

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

Color convert

RGB232186161-
CMYK00.200.310.09
HSL21.13º60.68%77.06%-
HSV(B)21.13º30.6%90.98%-
XYZ57.2754.8541.29-
YUV196.9107.74153.03-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 186 (73.05% from 255) = 32.12%
BLUE value IS 161 (63.28% from 255) = 27.81%
R=40.07%
G=32.12%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218616100.200.310.0921.1360.6877.06
HexE8BAA10141F9153d4d
Octal35027224102437112575115
Binary111010001011101010100001010100111111001101011111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAA1; }

 p { color: rgb(232,186,161); }

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

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

 a { background-color: rgb(232,186,161); }

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

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

 span { border-color: rgb(232,186,161); }

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