#ECB0A1

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

Shades of Wax Flower #ECB0A1

Tints of Wax Flower #ECB0A1

Color information

#ECB0A1 (or 0xECB0A1) is unknown color: approx Wax Flower. HEX triplet: EC, B0 and A1. RGB value is (236,176,161). Sum of RGB (Red+Green+Blue) = 236+176+161=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 161 (63.28% from 255 or 28.10% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB0A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB0A1 is #134F5E. Grayscale: #C0C0C0. Windows color (decimal): -1265503 or 10596588. OLE color: 10596588.

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

Color convert

RGB236176161-
CMYK00.250.320.07
HSL12º66.37%77.84%-
HSV(B)12º31.78%92.55%-
XYZ56.5551.4640.67-
YUV192.23110.38159.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.19%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 161 (63.28% from 255) = 28.10%
R=41.19%
G=30.72%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617616100.250.320.071266.3777.84
HexECB0A1019207c424e
Octal35426024103140714102116
Binary111011001011000010100001011001100000111110010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB0A1; }

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

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

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

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

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

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

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

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