#E6BBA0

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

Shades of Wax Flower #E6BBA0

Tints of Wax Flower #E6BBA0

Color information

#E6BBA0 (or 0xE6BBA0) is unknown color: approx Wax Flower. HEX triplet: E6, BB and A0. RGB value is (230,187,160). Sum of RGB (Red+Green+Blue) = 230+187+160=577 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.86% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6BBA0 is #19445F. Grayscale: #C4C4C4. Windows color (decimal): -1655904 or 10533862. OLE color: 10533862.

HSL color Cylindrical-coordinate representation of color #E6BBA0: hue angle of 23.14º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #E6BBA0 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.10.

Color convert

RGB230187160-
CMYK00.190.300.10
HSL23.14º58.33%76.47%-
HSV(B)23.14º30.43%90.2%-
XYZ56.7554.940.86-
YUV196.78107.25151.7-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.86%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 160 (62.89% from 255) = 27.73%
R=39.86%
G=32.41%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23018716000.190.300.1023.1458.3376.47
HexE6BBA00131EA173a4c
Octal34627324002336122772114
Binary111001101011101110100000010011111101010101111110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BBA0; }

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

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

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

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

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

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

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

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