Html Css Color HEX #ECC2A5 Negroni

📋 copy color: '#ECC2A5'

red 236 ◦ green 194 ◦ blue 165

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

Shades of Negroni #ECC2A5

Tints of Negroni #ECC2A5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 32.61%

 BLUE value IS 165 (64.84% from 255) = 27.73%

R = 39.66%
G = 32.61%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#ECC2A5 (or 0xECC2A5) is known color: Negroni. HEX triplet: EC, C2 and A5. RGB value is (236,194,165). Sum of RGB (Red+Green+Blue) = 236+194+165=595 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.66% from 595); Green value is 194 (76.17% from 255 or 32.61% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC2A5 is #133D5A. Grayscale: #CBCBCB. Windows color (decimal): -1260891 or 10863340. OLE color: 10863340.

HSL color Cylindrical-coordinate representation of color #ECC2A5: hue angle of 24.51º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ECC2A5 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 194 165 -
CMYK 0 0.18 0.30 0.07
HSL 24.51º 0.65% 0.79% -
HSV(B) 24.51º 0.3% 0.93% -
XYZ 60.68 59.13 43.81 -
YUV 203.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 236 194 165 0 0.18 0.30 0.07 24.51 0.65 0.79
Hex EC C2 A5 0 12 1E 7 19 41 4F
Octal 354 302 245 0 22 36 7 31 101 117
Binary 11101100 11000010 10100101 0 10010 11110 111 11001 1000001 1001111

Color Harmonies of #ECC2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC2A5

Black with #ECC2A5

Text Example


Text Example

White with #ECC2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC2A5; }

 p { color: rgb(236,194,165); }

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

background-color css

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

 a { background-color: rgb(236,194,165); }

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

border-color css

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

 span { border-color: rgb(236,194,165); }

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