#E6AC93

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

Shades of Wax Flower #E6AC93

Tints of Wax Flower #E6AC93

Color information

#E6AC93 (or 0xE6AC93) is unknown color: approx Wax Flower. HEX triplet: E6, AC and 93. RGB value is (230,172,147). Sum of RGB (Red+Green+Blue) = 230+172+147=549 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.89% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 147 (57.81% from 255 or 26.78% from 549); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AC93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6AC93 is #19536C. Grayscale: #BABABA. Windows color (decimal): -1659757 or 9678054. OLE color: 9678054.

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

Color convert

RGB230172147-
CMYK00.250.360.10
HSL18.07º62.41%73.92%-
HSV(B)18.07º36.09%90.2%-
XYZ52.6548.4334.18-
YUV186.49105.72159.03-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 41.89%
GREEN value IS 172 (67.58% from 255) = 31.33%
BLUE value IS 147 (57.81% from 255) = 26.78%
R=41.89%
G=31.33%
B=26.78%

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
Decimal23017214700.250.360.1018.0762.4173.92
HexE6AC9301924A123e4a
Octal34625422303144122276112
Binary1110011010101100100100110110011001001010100101111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6AC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6AC93; }

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

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

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

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

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

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

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

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