#EEAB93

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

Shades of Wax Flower #EEAB93

Tints of Wax Flower #EEAB93

Color information

#EEAB93 (or 0xEEAB93) is unknown color: approx Wax Flower. HEX triplet: EE, AB and 93. RGB value is (238,171,147). Sum of RGB (Red+Green+Blue) = 238+171+147=556 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.81% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAB93 is #11546C. Grayscale: #BCBCBC. Windows color (decimal): -1135725 or 9677806. OLE color: 9677806.

HSL color Cylindrical-coordinate representation of color #EEAB93: hue angle of 15.82º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEAB93 is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB238171147-
CMYK00.280.380.07
HSL15.82º72.8%75.49%-
HSV(B)15.82º38.24%93.33%-
XYZ55.0949.4134.24-
YUV188.3104.7163.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.81%
GREEN value IS 171 (67.19% from 255) = 30.76%
BLUE value IS 147 (57.81% from 255) = 26.44%
R=42.81%
G=30.76%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817114700.280.380.0715.8272.875.49
HexEEAB9301C26710494b
Octal35625322303446720111113
Binary1110111010101011100100110111001001101111000010010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAB93; }

 p { color: rgb(238,171,147); }

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

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

 a { background-color: rgb(238,171,147); }

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

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

 span { border-color: rgb(238,171,147); }

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