Html Css Color HEX #ECC5A4 Negroni

📋 copy color: '#ECC5A4'

red 236 ◦ green 197 ◦ blue 164

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

Shades of Negroni #ECC5A4

Tints of Negroni #ECC5A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 27.47%

R = 39.53%
G = 33%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECC5A4 (or 0xECC5A4) is known color: Negroni. HEX triplet: EC, C5 and A4. RGB value is (236,197,164). Sum of RGB (Red+Green+Blue) = 236+197+164=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 197 (77.34% from 255 or 33.00% from 597); Blue value is 164 (64.45% from 255 or 27.47% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC5A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC5A4 is #133A5B. Grayscale: #CDCDCD. Windows color (decimal): -1260124 or 10798572. OLE color: 10798572.

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

Color convert

RGB 236 197 164 -
CMYK 0 0.17 0.31 0.07
HSL 27.5º 0.65% 0.78% -
HSV(B) 27.5º 0.31% 0.93% -
XYZ 61.26 60.45 43.56 -
YUV 204.9 104.92 150.18 -
System Red Green Blue C M Y K H S L
Decimal 236 197 164 0 0.17 0.31 0.07 27.5 0.65 0.78
Hex EC C5 A4 0 11 1F 7 1C 41 4E
Octal 354 305 244 0 21 37 7 34 101 116
Binary 11101100 11000101 10100100 0 10001 11111 111 11100 1000001 1001110

Color Harmonies of #ECC5A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC5A4

Black with #ECC5A4

Text Example


Text Example

White with #ECC5A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC5A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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