#E8BBA0

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

Shades of Wax Flower #E8BBA0

Tints of Wax Flower #E8BBA0

Color information

#E8BBA0 (or 0xE8BBA0) is unknown color: approx Wax Flower. HEX triplet: E8, BB and A0. RGB value is (232,187,160). Sum of RGB (Red+Green+Blue) = 232+187+160=579 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.07% from 579); Green value is 187 (73.44% from 255 or 32.30% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BBA0 is #17445F. Grayscale: #C5C5C5. Windows color (decimal): -1524832 or 10533864. OLE color: 10533864.

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

Color convert

RGB232187160-
CMYK00.190.310.09
HSL22.5º61.02%76.86%-
HSV(B)22.5º31.03%90.98%-
XYZ57.3955.2340.89-
YUV197.38106.91152.7-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.07%
GREEN value IS 187 (73.44% from 255) = 32.30%
BLUE value IS 160 (62.89% from 255) = 27.63%
R=40.07%
G=32.30%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218716000.190.310.0922.561.0276.86
HexE8BBA00131F9173d4d
Octal35027324002337112775115
Binary111010001011101110100000010011111111001101111111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BBA0; }

 p { color: rgb(232,187,160); }

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

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

 a { background-color: rgb(232,187,160); }

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

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

 span { border-color: rgb(232,187,160); }

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