Html Css Color HEX #ECC7A2 Negroni

📋 copy color: '#ECC7A2'

red 236 ◦ green 199 ◦ blue 162

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

Shades of Negroni #ECC7A2

Tints of Negroni #ECC7A2

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.33%

 BLUE value IS 162 (63.67% from 255) = 27.14%

R = 39.53%
G = 33.33%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECC7A2 (or 0xECC7A2) is known color: Negroni. HEX triplet: EC, C7 and A2. RGB value is (236,199,162). Sum of RGB (Red+Green+Blue) = 236+199+162=597 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.53% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 162 (63.67% from 255 or 27.14% from 597); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7A2 is #13385D. Grayscale: #CECECE. Windows color (decimal): -1259614 or 10668012. OLE color: 10668012.

HSL color Cylindrical-coordinate representation of color #ECC7A2: hue angle of 30º degrees, saturation: 0.66, 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 #ECC7A2 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 199 162 -
CMYK 0 0.16 0.31 0.07
HSL 30º 0.66% 0.78% -
HSV(B) 30º 0.31% 0.93% -
XYZ 61.54 61.29 42.77 -
YUV 205.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 236 199 162 0 0.16 0.31 0.07 30 0.66 0.78
Hex EC C7 A2 0 10 1F 7 1E 42 4E
Octal 354 307 242 0 20 37 7 36 102 116
Binary 11101100 11000111 10100010 0 10000 11111 111 11110 1000010 1001110

Color Harmonies of #ECC7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC7A2

Black with #ECC7A2

Text Example


Text Example

White with #ECC7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC7A2; }

 p { color: rgb(236,199,162); }

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

background-color css

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

 a { background-color: rgb(236,199,162); }

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

border-color css

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

 span { border-color: rgb(236,199,162); }

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