#ECB3A1

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

Shades of Wax Flower #ECB3A1

Tints of Wax Flower #ECB3A1

Color information

#ECB3A1 (or 0xECB3A1) is unknown color: approx Wax Flower. HEX triplet: EC, B3 and A1. RGB value is (236,179,161). Sum of RGB (Red+Green+Blue) = 236+179+161=576 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.97% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 161 (63.28% from 255 or 27.95% from 576); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB3A1 is #134C5E. Grayscale: #C2C2C2. Windows color (decimal): -1264735 or 10597356. OLE color: 10597356.

HSL color Cylindrical-coordinate representation of color #ECB3A1: hue angle of 14.4º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECB3A1 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB236179161-
CMYK00.240.320.07
HSL14.4º66.37%77.84%-
HSV(B)14.4º31.78%92.55%-
XYZ57.1552.6540.87-
YUV193.99109.38157.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 40.97%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 161 (63.28% from 255) = 27.95%
R=40.97%
G=31.08%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617916100.240.320.0714.466.3777.84
HexECB3A1018207e424e
Octal35426324103040716102116
Binary111011001011001110100001011000100000111111010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB3A1; }

 p { color: rgb(236,179,161); }

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

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

 a { background-color: rgb(236,179,161); }

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

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

 span { border-color: rgb(236,179,161); }

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