#E4AD97

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

Shades of Wax Flower #E4AD97

Tints of Wax Flower #E4AD97

Color information

#E4AD97 (or 0xE4AD97) is unknown color: approx Wax Flower. HEX triplet: E4, AD and 97. RGB value is (228,173,151). Sum of RGB (Red+Green+Blue) = 228+173+151=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 173 (67.97% from 255 or 31.34% from 552); Blue value is 151 (59.38% from 255 or 27.36% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4AD97 is #1B5268. Grayscale: #BBBBBB. Windows color (decimal): -1790569 or 9940452. OLE color: 9940452.

HSL color Cylindrical-coordinate representation of color #E4AD97: hue angle of 17.14º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #E4AD97 is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB228173151-
CMYK00.240.340.11
HSL17.14º58.78%74.31%-
HSV(B)17.14º33.77%89.41%-
XYZ52.5248.6235.89-
YUV186.94107.72157.29-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.30%
GREEN value IS 173 (67.97% from 255) = 31.34%
BLUE value IS 151 (59.38% from 255) = 27.36%
R=41.30%
G=31.34%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817315100.240.340.1117.1458.7874.31
HexE4AD9701822B113b4a
Octal34425522703042132173112
Binary1110010010101101100101110110001000101011100011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AD97; }

 p { color: rgb(228,173,151); }

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

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

 a { background-color: rgb(228,173,151); }

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

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

 span { border-color: rgb(228,173,151); }

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