Html Css Color HEX #ECC5A7 Negroni

📋 copy color: '#ECC5A7'

red 236 ◦ green 197 ◦ blue 167

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

Shades of Negroni #ECC5A7

Tints of Negroni #ECC5A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.83%

R = 39.33%
G = 32.83%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#ECC5A7 (or 0xECC5A7) is known color: Negroni. HEX triplet: EC, C5 and A7. RGB value is (236,197,167). Sum of RGB (Red+Green+Blue) = 236+197+167=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 197 (77.34% from 255 or 32.83% from 600); Blue value is 167 (65.62% from 255 or 27.83% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5A7 is #133A58. Grayscale: #CDCDCD. Windows color (decimal): -1260121 or 10995180. OLE color: 10995180.

HSL color Cylindrical-coordinate representation of color #ECC5A7: hue angle of 26.09º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECC5A7 is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 197 167 -
CMYK 0 0.17 0.29 0.07
HSL 26.09º 0.64% 0.79% -
HSV(B) 26.09º 0.29% 0.93% -
XYZ 61.53 60.56 45 -
YUV 205.24 106.42 149.94 -
System Red Green Blue C M Y K H S L
Decimal 236 197 167 0 0.17 0.29 0.07 26.09 0.64 0.79
Hex EC C5 A7 0 11 1D 7 1A 40 4F
Octal 354 305 247 0 21 35 7 32 100 117
Binary 11101100 11000101 10100111 0 10001 11101 111 11010 1000000 1001111

Color Harmonies of #ECC5A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5A7

Black with #ECC5A7

Text Example


Text Example

White with #ECC5A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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