#ECAB93

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

Shades of Wax Flower #ECAB93

Tints of Wax Flower #ECAB93

Color information

#ECAB93 (or 0xECAB93) is unknown color: approx Wax Flower. HEX triplet: EC, AB and 93. RGB value is (236,171,147). Sum of RGB (Red+Green+Blue) = 236+171+147=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 147 (57.81% from 255 or 26.53% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB93 is #13546C. Grayscale: #BBBBBB. Windows color (decimal): -1266797 or 9677804. OLE color: 9677804.

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

Color convert

RGB236171147-
CMYK00.280.380.07
HSL16.18º70.08%75.1%-
HSV(B)16.18º37.71%92.55%-
XYZ54.4249.0734.21-
YUV187.7105.03162.45-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.60%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 147 (57.81% from 255) = 26.53%
R=42.60%
G=30.87%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617114700.280.380.0716.1870.0875.1
HexECAB9301C26710464b
Octal35425322303446720106113
Binary1110110010101011100100110111001001101111000010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAB93; }

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

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

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

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

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

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

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

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