#ECAC9F

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

Shades of Wax Flower #ECAC9F

Tints of Wax Flower #ECAC9F

Color information

#ECAC9F (or 0xECAC9F) is unknown color: approx Wax Flower. HEX triplet: EC, AC and 9F. RGB value is (236,172,159). Sum of RGB (Red+Green+Blue) = 236+172+159=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC9F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC9F is #135360. Grayscale: #BDBDBD. Windows color (decimal): -1266529 or 10464492. OLE color: 10464492.

HSL color Cylindrical-coordinate representation of color #ECAC9F: hue angle of 10.13º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECAC9F is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB236172159-
CMYK00.270.330.07
HSL10.13º66.96%77.45%-
HSV(B)10.13º32.63%92.55%-
XYZ55.649.8439.49-
YUV189.65110.7161.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 172 (67.58% from 255) = 30.34%
BLUE value IS 159 (62.5% from 255) = 28.04%
R=41.62%
G=30.34%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617215900.270.330.0710.1366.9677.45
HexECAC9F01B217a434d
Octal35425423703341712103115
Binary111011001010110010011111011011100001111101010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAC9F; }

 p { color: rgb(236,172,159); }

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

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

 a { background-color: rgb(236,172,159); }

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

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

 span { border-color: rgb(236,172,159); }

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