#E6AB9B

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

Shades of Wax Flower #E6AB9B

Tints of Wax Flower #E6AB9B

Color information

#E6AB9B (or 0xE6AB9B) is unknown color: approx Wax Flower. HEX triplet: E6, AB and 9B. RGB value is (230,171,155). Sum of RGB (Red+Green+Blue) = 230+171+155=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AB9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AB9B is #195464. Grayscale: #BABABA. Windows color (decimal): -1660005 or 10202086. OLE color: 10202086.

HSL color Cylindrical-coordinate representation of color #E6AB9B: hue angle of 12.8º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #E6AB9B is Cyan = 0, Magento = 0.26, Yellow = 0.33 and Black (K on CMYK) = 0.10.

Color convert

RGB230171155-
CMYK00.260.330.10
HSL12.8º60%75.49%-
HSV(B)12.8º32.61%90.2%-
XYZ53.1148.3237.54-
YUV186.82110.05158.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.37%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=41.37%
G=30.76%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017115500.260.330.1012.86075.49
HexE6AB9B01A21Ad3c4b
Octal34625323303241121574113
Binary111001101010101110011011011010100001101011011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AB9B; }

 p { color: rgb(230,171,155); }

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

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

 a { background-color: rgb(230,171,155); }

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

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

 span { border-color: rgb(230,171,155); }

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