Html Css Color HEX #ECC5A1 Negroni

📋 copy color: '#ECC5A1'

red 236 ◦ green 197 ◦ blue 161

#ECC5A1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Negroni #ECC5A1

Tints of Negroni #ECC5A1

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.1%

R = 39.73%
G = 33.16%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECC5A1 (or 0xECC5A1) is known color: 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

RGB 236 197 161 -
CMYK 0 0.17 0.32 0.07
HSL 28.8º 0.66% 0.78% -
HSV(B) 28.8º 0.32% 0.93% -
XYZ 60.99 60.34 42.15 -
YUV 204.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 236 197 161 0 0.17 0.32 0.07 28.8 0.66 0.78
Hex EC C5 A1 0 11 20 7 1D 42 4E
Octal 354 305 241 0 21 40 7 35 102 116
Binary 11101100 11000101 10100001 0 10001 100000 111 11101 1000010 1001110

Color Harmonies of #ECC5A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5A1

Black with #ECC5A1

Text Example


Text Example

White with #ECC5A1

Text Example


Text Example

HTML Codes & Css Web 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>