Html Css Color HEX #ECC5A0 Negroni

📋 copy color: '#ECC5A0'

red 236 ◦ green 197 ◦ blue 160

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

Shades of Negroni #ECC5A0

Tints of Negroni #ECC5A0

RGB

 RED value IS 236 (92.58% from 255) = 39.8%

 GREEN value IS 197 (77.34% from 255) = 33.22%

 BLUE value IS 160 (62.89% from 255) = 26.98%

R = 39.8%
G = 33.22%
B = 26.98%

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

#ECC5A0 (or 0xECC5A0) is known color: Negroni. HEX triplet: EC, C5 and A0. RGB value is (236,197,160). Sum of RGB (Red+Green+Blue) = 236+197+160=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 160 (62.89% from 255 or 26.98% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5A0 is #133A5F. Grayscale: #CCCCCC. Windows color (decimal): -1260128 or 10536428. OLE color: 10536428.

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

Color convert

RGB 236 197 160 -
CMYK 0 0.17 0.32 0.07
HSL 29.21º 0.67% 0.78% -
HSV(B) 29.21º 0.32% 0.93% -
XYZ 60.9 60.3 41.69 -
YUV 204.44 102.92 150.51 -
System Red Green Blue C M Y K H S L
Decimal 236 197 160 0 0.17 0.32 0.07 29.21 0.67 0.78
Hex EC C5 A0 0 11 20 7 1D 43 4E
Octal 354 305 240 0 21 40 7 35 103 116
Binary 11101100 11000101 10100000 0 10001 100000 111 11101 1000011 1001110

Color Harmonies of #ECC5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5A0

Black with #ECC5A0

Text Example


Text Example

White with #ECC5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5A0; }

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

 H1.HeaderClassName
 {
   color: #ECC5A0;
 }
 .AnyTagClassName
 {
   color: #ECC5A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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