#E4AC94

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

Shades of Wax Flower #E4AC94

Tints of Wax Flower #E4AC94

Color information

#E4AC94 (or 0xE4AC94) is unknown color: approx Wax Flower. HEX triplet: E4, AC and 94. RGB value is (228,172,148). Sum of RGB (Red+Green+Blue) = 228+172+148=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 172 (67.58% from 255 or 31.39% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E4AC94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4AC94 is #1B536B. Grayscale: #BABABA. Windows color (decimal): -1790828 or 9743588. OLE color: 9743588.

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

Color convert

RGB228172148-
CMYK00.250.350.11
HSL18º59.7%73.73%-
HSV(B)18º35.09%89.41%-
XYZ52.0948.1434.56-
YUV186.01106.55157.95-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.61%
GREEN value IS 172 (67.58% from 255) = 31.39%
BLUE value IS 148 (58.20% from 255) = 27.01%
R=41.61%
G=31.39%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22817214800.250.350.111859.773.73
HexE4AC9401923B123c4a
Octal34425422403143132274112
Binary1110010010101100100101000110011000111011100101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4AC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4AC94; }

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

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

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

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

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

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

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

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