#e6ac94

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

Shades of Wax Flower #E6AC94

Tints of Wax Flower #E6AC94

Color information

#E6AC94 (or 0xE6AC94) is unknown color: approx Wax Flower. HEX triplet: E6, AC and 94. RGB value is (230,172,148). Sum of RGB (Red+Green+Blue) = 230+172+148=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AC94 is #19536B. Grayscale: #BABABA. Windows color (decimal): -1659756 or 9743590. OLE color: 9743590.

HSL color Cylindrical-coordinate representation of color #E6AC94: hue angle of 17.56º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #E6AC94 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.10.

Color convert

RGB230172148-
CMYK00.250.360.10
HSL17.56º62.12%74.12%-
HSV(B)17.56º35.65%90.2%-
XYZ52.7348.4734.59-
YUV186.61106.22158.95-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.82%
GREEN value IS 172 (67.58% from 255) = 31.27%
BLUE value IS 148 (58.20% from 255) = 26.91%
R=41.82%
G=31.27%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017214800.250.360.1017.5662.1274.12
HexE6AC9401924A123e4a
Octal34625422403144122276112
Binary1110011010101100100101000110011001001010100101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e6ac94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e6ac94; }

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

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

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

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

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

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

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

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