#ECAC95

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

Shades of Wax Flower #ECAC95

Tints of Wax Flower #ECAC95

Color information

#ECAC95 (or 0xECAC95) is unknown color: approx Wax Flower. HEX triplet: EC, AC and 95. RGB value is (236,172,149). Sum of RGB (Red+Green+Blue) = 236+172+149=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC95 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC95 is #13536A. Grayscale: #BCBCBC. Windows color (decimal): -1266539 or 9809132. OLE color: 9809132.

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

Color convert

RGB236172149-
CMYK00.270.370.07
HSL15.86º69.6%75.49%-
HSV(B)15.86º36.86%92.55%-
XYZ54.7749.5135.1-
YUV188.51105.7161.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 149 (58.59% from 255) = 26.75%
R=42.37%
G=30.88%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617214900.270.370.0715.8669.675.49
HexECAC9501B25710464b
Octal35425422503345720106113
Binary1110110010101100100101010110111001011111000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAC95; }

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

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

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

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

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

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

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

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