#e8b8a3

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

Shades of Wax Flower #E8B8A3

Tints of Wax Flower #E8B8A3

Color information

#E8B8A3 (or 0xE8B8A3) is unknown color: approx Wax Flower. HEX triplet: E8, B8 and A3. RGB value is (232,184,163). Sum of RGB (Red+Green+Blue) = 232+184+163=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 163 (64.06% from 255 or 28.15% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B8A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8B8A3 is #17475C. Grayscale: #C4C4C4. Windows color (decimal): -1525597 or 10729704. OLE color: 10729704.

HSL color Cylindrical-coordinate representation of color #E8B8A3: hue angle of 18.26º degrees, saturation: 0.6, 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 #E8B8A3 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.09.

Color convert

RGB232184163-
CMYK00.210.300.09
HSL18.26º60%77.45%-
HSV(B)18.26º29.74%90.98%-
XYZ57.0354.0842.08-
YUV195.96109.4153.71-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 163 (64.06% from 255) = 28.15%
R=40.07%
G=31.78%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.30
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218416300.210.300.0918.266077.45
HexE8B8A30151E9123c4d
Octal35027024302536112274115
Binary111010001011100010100011010101111101001100101111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e8b8a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e8b8a3; }

 p { color: rgb(232,184,163); }

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

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

 a { background-color: rgb(232,184,163); }

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

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

 span { border-color: rgb(232,184,163); }

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