#E9AD95

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

Shades of Wax Flower #E9AD95

Tints of Wax Flower #E9AD95

Color information

#E9AD95 (or 0xE9AD95) is unknown color: approx Wax Flower. HEX triplet: E9, AD and 95. RGB value is (233,173,149). Sum of RGB (Red+Green+Blue) = 233+173+149=555 (73% of max value = 765). Red value is 233 (91.41% from 255 or 41.98% from 555); Green value is 173 (67.97% from 255 or 31.17% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9AD95 is #16526A. Grayscale: #BCBCBC. Windows color (decimal): -1462891 or 9809385. OLE color: 9809385.

HSL color Cylindrical-coordinate representation of color #E9AD95: hue angle of 17.14º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E9AD95 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB233173149-
CMYK00.260.360.09
HSL17.14º65.62%74.9%-
HSV(B)17.14º36.05%91.37%-
XYZ53.9749.3835.12-
YUV188.2105.88159.95-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 41.98%
GREEN value IS 173 (67.97% from 255) = 31.17%
BLUE value IS 149 (58.59% from 255) = 26.85%
R=41.98%
G=31.17%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23317314900.260.360.0917.1465.6274.9
HexE9AD9501A24911424b
Octal351255225032441121102113
Binary11101001101011011001010101101010010010011000110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9AD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9AD95; }

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

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

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

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

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

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

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

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