#ECC5A1

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

Shades of Negroni #ECC5A1

Tints of Negroni #ECC5A1

Color information

#ECC5A1 (or 0xECC5A1) is unknown color: approx Negroni. HEX triplet: EC, C5 and A1. RGB value is (236,197,161). Sum of RGB (Red+Green+Blue) = 236+197+161=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 161 (63.28% from 255 or 27.10% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5A1 is #133A5E. Grayscale: #CCCCCC. Windows color (decimal): -1260127 or 10601964. OLE color: 10601964.

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

Color convert

RGB236197161-
CMYK00.170.320.07
HSL28.8º66.37%77.84%-
HSV(B)28.8º31.78%92.55%-
XYZ60.9960.3442.15-
YUV204.56103.42150.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 197 (77.34% from 255) = 33.16%
BLUE value IS 161 (63.28% from 255) = 27.10%
R=39.73%
G=33.16%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619716100.170.320.0728.866.3777.84
HexECC5A10112071d424e
Octal35430524102140735102116
Binary1110110011000101101000010100011000001111110110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC5A1; }

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

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

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

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

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

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

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

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