Html Css Color HEX #ECC7A4 Negroni

📋 copy color: '#ECC7A4'

red 236 ◦ green 199 ◦ blue 164

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

Shades of Negroni #ECC7A4

Tints of Negroni #ECC7A4

RGB

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

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

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

R = 39.4%
G = 33.22%
B = 27.38%

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

#ECC7A4 (or 0xECC7A4) is known color: Negroni. HEX triplet: EC, C7 and A4. RGB value is (236,199,164). Sum of RGB (Red+Green+Blue) = 236+199+164=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7A4 is #13385B. Grayscale: #CECECE. Windows color (decimal): -1259612 or 10799084. OLE color: 10799084.

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

Color convert

RGB 236 199 164 -
CMYK 0 0.16 0.31 0.07
HSL 29.17º 0.65% 0.78% -
HSV(B) 29.17º 0.31% 0.93% -
XYZ 61.72 61.36 43.71 -
YUV 206.07 104.26 149.35 -
System Red Green Blue C M Y K H S L
Decimal 236 199 164 0 0.16 0.31 0.07 29.17 0.65 0.78
Hex EC C7 A4 0 10 1F 7 1D 41 4E
Octal 354 307 244 0 20 37 7 35 101 116
Binary 11101100 11000111 10100100 0 10000 11111 111 11101 1000001 1001110

Color Harmonies of #ECC7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECC7A4

Black with #ECC7A4

Text Example


Text Example

White with #ECC7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECC7A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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