#E8B6A1

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

Shades of Wax Flower #E8B6A1

Tints of Wax Flower #E8B6A1

Color information

#E8B6A1 (or 0xE8B6A1) is unknown color: approx Wax Flower. HEX triplet: E8, B6 and A1. RGB value is (232,182,161). Sum of RGB (Red+Green+Blue) = 232+182+161=575 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.35% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B6A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B6A1 is #17495E. Grayscale: #C2C2C2. Windows color (decimal): -1526111 or 10598120. OLE color: 10598120.

HSL color Cylindrical-coordinate representation of color #E8B6A1: hue angle of 17.75º 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 #E8B6A1 is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.09.

Color convert

RGB232182161-
CMYK00.220.310.09
HSL17.75º60.68%77.06%-
HSV(B)17.75º30.6%90.98%-
XYZ56.4453.1841.01-
YUV194.56109.06154.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.35%
GREEN value IS 182 (71.48% from 255) = 31.65%
BLUE value IS 161 (63.28% from 255) = 28%
R=40.35%
G=31.65%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218216100.220.310.0917.7560.6877.06
HexE8B6A10161F9123d4d
Octal35026624102637112275115
Binary111010001011011010100001010110111111001100101111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B6A1; }

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

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

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

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

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

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

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

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