#ECAB9C

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

Shades of Wax Flower #ECAB9C

Tints of Wax Flower #ECAB9C

Color information

#ECAB9C (or 0xECAB9C) is unknown color: approx Wax Flower. HEX triplet: EC, AB and 9C. RGB value is (236,171,156). Sum of RGB (Red+Green+Blue) = 236+171+156=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 156 (61.33% from 255 or 27.71% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB9C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB9C is #135463. Grayscale: #BCBCBC. Windows color (decimal): -1266788 or 10267628. OLE color: 10267628.

HSL color Cylindrical-coordinate representation of color #ECAB9C: hue angle of 11.25º 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 #ECAB9C is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236171156-
CMYK00.280.340.07
HSL11.25º67.8%76.86%-
HSV(B)11.25º33.9%92.55%-
XYZ55.1649.3638.07-
YUV188.72109.53161.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.92%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 156 (61.33% from 255) = 27.71%
R=41.92%
G=30.37%
B=27.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617115600.280.340.0711.2567.876.86
HexECAB9C01C227b444d
Octal35425323403442713104115
Binary111011001010101110011100011100100010111101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAB9C; }

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

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

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

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

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

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

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

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