#E4AC97

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

Shades of Wax Flower #E4AC97

Tints of Wax Flower #E4AC97

Color information

#E4AC97 (or 0xE4AC97) is unknown color: approx Wax Flower. HEX triplet: E4, AC and 97. RGB value is (228,172,151). Sum of RGB (Red+Green+Blue) = 228+172+151=551 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.38% from 551); Green value is 172 (67.58% from 255 or 31.22% from 551); Blue value is 151 (59.38% from 255 or 27.40% from 551); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AC97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4AC97 is #1B5368. Grayscale: #BABABA. Windows color (decimal): -1790825 or 9940196. OLE color: 9940196.

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

Color convert

RGB228172151-
CMYK00.250.340.11
HSL16.36º58.78%74.31%-
HSV(B)16.36º33.77%89.41%-
XYZ52.3348.2335.83-
YUV186.35108.05157.71-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.38%
GREEN value IS 172 (67.58% from 255) = 31.22%
BLUE value IS 151 (59.38% from 255) = 27.40%
R=41.38%
G=31.22%
B=27.40%

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
Decimal22817215100.250.340.1116.3658.7874.31
HexE4AC9701922B103b4a
Octal34425422703142132073112
Binary1110010010101100100101110110011000101011100001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AC97; }

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

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

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

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

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

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

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

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