#EAAB94

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

Shades of Wax Flower #EAAB94

Tints of Wax Flower #EAAB94

Color information

#EAAB94 (or 0xEAAB94) is unknown color: approx Wax Flower. HEX triplet: EA, AB and 94. RGB value is (234,171,148). Sum of RGB (Red+Green+Blue) = 234+171+148=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAAB94 is #15546B. Grayscale: #BBBBBB. Windows color (decimal): -1397868 or 9743338. OLE color: 9743338.

HSL color Cylindrical-coordinate representation of color #EAAB94: hue angle of 16.05º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EAAB94 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB234171148-
CMYK00.270.370.08
HSL16.05º67.19%74.9%-
HSV(B)16.05º36.75%91.76%-
XYZ53.8448.7634.59-
YUV187.21105.87161.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.31%
GREEN value IS 171 (67.19% from 255) = 30.92%
BLUE value IS 148 (58.20% from 255) = 26.76%
R=42.31%
G=30.92%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23417114800.270.370.0816.0567.1974.9
HexEAAB9401B25810434b
Octal352253224033451020103113
Binary11101010101010111001010001101110010110001000010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAAB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAAB94; }

 p { color: rgb(234,171,148); }

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

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

 a { background-color: rgb(234,171,148); }

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

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

 span { border-color: rgb(234,171,148); }

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