#E3AD97

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

Shades of Wax Flower #E3AD97

Tints of Wax Flower #E3AD97

Color information

#E3AD97 (or 0xE3AD97) is unknown color: approx Wax Flower. HEX triplet: E3, AD and 97. RGB value is (227,173,151). Sum of RGB (Red+Green+Blue) = 227+173+151=551 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.20% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3AD97 is #1C5268. Grayscale: #BABABA. Windows color (decimal): -1856105 or 9940451. OLE color: 9940451.

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

Color convert

RGB227173151-
CMYK00.240.330.11
HSL17.37º57.58%74.12%-
HSV(B)17.37º33.48%89.02%-
XYZ52.2148.4535.88-
YUV186.64107.89156.79-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.20%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=41.20%
G=31.40%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22717315100.240.330.1117.3757.5874.12
HexE3AD9701821B113a4a
Octal34325522703041132172112
Binary1110001110101101100101110110001000011011100011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AD97; }

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

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

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

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

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

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

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

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