#E3AB9A

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

Shades of Wax Flower #E3AB9A

Tints of Wax Flower #E3AB9A

Color information

#E3AB9A (or 0xE3AB9A) is unknown color: approx Wax Flower. HEX triplet: E3, AB and 9A. RGB value is (227,171,154). Sum of RGB (Red+Green+Blue) = 227+171+154=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AB9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AB9A is #1C5465. Grayscale: #B9B9B9. Windows color (decimal): -1856614 or 10136547. OLE color: 10136547.

HSL color Cylindrical-coordinate representation of color #E3AB9A: hue angle of 13.97º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E3AB9A is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.11.

Color convert

RGB227171154-
CMYK00.250.320.11
HSL13.97º56.59%74.71%-
HSV(B)13.97º32.16%89.02%-
XYZ52.0747.7937.05-
YUV185.81110.05157.38-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.12%
GREEN value IS 171 (67.19% from 255) = 30.98%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=41.12%
G=30.98%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717115400.250.320.1113.9756.5974.71
HexE3AB9A01920Be394b
Octal34325323203140131671113
Binary111000111010101110011010011001100000101111101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AB9A; }

 p { color: rgb(227,171,154); }

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

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

 a { background-color: rgb(227,171,154); }

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

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

 span { border-color: rgb(227,171,154); }

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