#EEAD95

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

Shades of Wax Flower #EEAD95

Tints of Wax Flower #EEAD95

Color information

#EEAD95 (or 0xEEAD95) is unknown color: approx Wax Flower. HEX triplet: EE, AD and 95. RGB value is (238,173,149). Sum of RGB (Red+Green+Blue) = 238+173+149=560 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.5% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 149 (58.59% from 255 or 26.61% from 560); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAD95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAD95 is #11526A. Grayscale: #BDBDBD. Windows color (decimal): -1135211 or 9809390. OLE color: 9809390.

HSL color Cylindrical-coordinate representation of color #EEAD95: hue angle of 16.18º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEAD95 is Cyan = 0, Magento = 0.27, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB238173149-
CMYK00.270.370.07
HSL16.18º72.36%75.88%-
HSV(B)16.18º37.39%93.33%-
XYZ55.6350.2335.2-
YUV189.7105.03162.45-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.5%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 149 (58.59% from 255) = 26.61%
R=42.5%
G=30.89%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817314900.270.370.0716.1872.3675.88
HexEEAD9501B25710484c
Octal35625522503345720110114
Binary1110111010101101100101010110111001011111000010010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAD95; }

 p { color: rgb(238,173,149); }

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

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

 a { background-color: rgb(238,173,149); }

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

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

 span { border-color: rgb(238,173,149); }

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