#ECC7A7

Color #ECC7A7 Negroni (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Negroni #ECC7A7

Tints of Negroni #ECC7A7

Color information

#ECC7A7 (or 0xECC7A7) is unknown color: approx Negroni. HEX triplet: EC, C7 and A7. RGB value is (236,199,167). Sum of RGB (Red+Green+Blue) = 236+199+167=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 167 (65.62% from 255 or 27.74% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECC7A7 is #133858. Grayscale: #CECECE. Windows color (decimal): -1259609 or 10995692. OLE color: 10995692.

HSL color Cylindrical-coordinate representation of color #ECC7A7: hue angle of 27.83º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ECC7A7 is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB236199167-
CMYK00.160.290.07
HSL27.83º64.49%79.02%-
HSV(B)27.83º29.24%92.55%-
XYZ61.9961.4745.16-
YUV206.42105.76149.1-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.20%
GREEN value IS 199 (78.12% from 255) = 33.06%
BLUE value IS 167 (65.62% from 255) = 27.74%
R=39.20%
G=33.06%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619916700.160.290.0727.8364.4979.02
HexECC7A70101D71c404f
Octal35430724702035734100117
Binary111011001100011110100111010000111011111110010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC7A7; }

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

 H1.HeaderClassName
 {
   color: #ECC7A7;
 }
 .AnyTagClassName
 {
   color: #ECC7A7;
 }
</style>
background-color css

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

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

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

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

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

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