Html Css Color HEX #ECC1A4 Negroni

📋 copy color: '#ECC1A4'

red 236 ◦ green 193 ◦ blue 164

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

Shades of Negroni #ECC1A4

Tints of Negroni #ECC1A4

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.55%

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

R = 39.8%
G = 32.55%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECC1A4 (or 0xECC1A4) is known color: Negroni. HEX triplet: EC, C1 and A4. RGB value is (236,193,164). Sum of RGB (Red+Green+Blue) = 236+193+164=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 193 (75.78% from 255 or 32.55% from 593); Blue value is 164 (64.45% from 255 or 27.66% from 593); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC1A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC1A4 is #133E5B. Grayscale: #CACACA. Windows color (decimal): -1261148 or 10797548. OLE color: 10797548.

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

Color convert

RGB 236 193 164 -
CMYK 0 0.18 0.31 0.07
HSL 24.17º 0.65% 0.78% -
HSV(B) 24.17º 0.31% 0.93% -
XYZ 60.36 58.65 43.26 -
YUV 202.55 106.25 151.86 -
System Red Green Blue C M Y K H S L
Decimal 236 193 164 0 0.18 0.31 0.07 24.17 0.65 0.78
Hex EC C1 A4 0 12 1F 7 18 41 4E
Octal 354 301 244 0 22 37 7 30 101 116
Binary 11101100 11000001 10100100 0 10010 11111 111 11000 1000001 1001110

Color Harmonies of #ECC1A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC1A4

Black with #ECC1A4

Text Example


Text Example

White with #ECC1A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC1A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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