#ECCAA7

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

Shades of Negroni #ECCAA7

Tints of Negroni #ECCAA7

Color information

#ECCAA7 (or 0xECCAA7) is unknown color: approx Negroni. HEX triplet: EC, CA and A7. RGB value is (236,202,167). Sum of RGB (Red+Green+Blue) = 236+202+167=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 202 (79.30% from 255 or 33.39% from 605); Blue value is 167 (65.62% from 255 or 27.60% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCAA7 is #133558. Grayscale: #D0D0D0. Windows color (decimal): -1258841 or 10996460. OLE color: 10996460.

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

Color convert

RGB236202167-
CMYK00.140.290.07
HSL30.43º64.49%79.02%-
HSV(B)30.43º29.24%92.55%-
XYZ62.6962.8645.39-
YUV208.18104.76147.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.01%
GREEN value IS 202 (79.30% from 255) = 33.39%
BLUE value IS 167 (65.62% from 255) = 27.60%
R=39.01%
G=33.39%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620216700.140.290.0730.4364.4979.02
HexECCAA70E1D71e404f
Octal35431224701635736100117
Binary11101100110010101010011101110111011111111010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAA7; }

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

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

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

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

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

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

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

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