#ECAC9C

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

Shades of Wax Flower #ECAC9C

Tints of Wax Flower #ECAC9C

Color information

#ECAC9C (or 0xECAC9C) is unknown color: approx Wax Flower. HEX triplet: EC, AC and 9C. RGB value is (236,172,156). Sum of RGB (Red+Green+Blue) = 236+172+156=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAC9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAC9C is #135363. Grayscale: #BDBDBD. Windows color (decimal): -1266532 or 10267884. OLE color: 10267884.

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

Color convert

RGB236172156-
CMYK00.270.340.07
HSL12º67.8%76.86%-
HSV(B)12º33.9%92.55%-
XYZ55.3549.7438.14-
YUV189.31109.2161.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.84%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 156 (61.33% from 255) = 27.66%
R=41.84%
G=30.50%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617215600.270.340.071267.876.86
HexECAC9C01B227c444d
Octal35425423403342714104115
Binary111011001010110010011100011011100010111110010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAC9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAC9C; }

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

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

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

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

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

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

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

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