#E4AA97

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

Shades of Wax Flower #E4AA97

Tints of Wax Flower #E4AA97

Color information

#E4AA97 (or 0xE4AA97) is unknown color: approx Wax Flower. HEX triplet: E4, AA and 97. RGB value is (228,170,151). Sum of RGB (Red+Green+Blue) = 228+170+151=549 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.53% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 151 (59.38% from 255 or 27.50% from 549); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AA97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4AA97 is #1B5568. Grayscale: #B9B9B9. Windows color (decimal): -1791337 or 9939684. OLE color: 9939684.

HSL color Cylindrical-coordinate representation of color #E4AA97: hue angle of 14.81º 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 #E4AA97 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB228170151-
CMYK00.250.340.11
HSL14.81º58.78%74.31%-
HSV(B)14.81º33.77%89.41%-
XYZ51.9647.4835.7-
YUV185.18108.72158.54-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.53%
GREEN value IS 170 (66.80% from 255) = 30.97%
BLUE value IS 151 (59.38% from 255) = 27.50%
R=41.53%
G=30.97%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.34
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817015100.250.340.1114.8158.7874.31
HexE4AA9701922Bf3b4a
Octal34425222703142131773112
Binary111001001010101010010111011001100010101111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AA97; }

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

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

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

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

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

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

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

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