#ECCAA3

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

Shades of Negroni #ECCAA3

Tints of Negroni #ECCAA3

Color information

#ECCAA3 (or 0xECCAA3) is unknown color: approx Negroni. HEX triplet: EC, CA and A3. RGB value is (236,202,163). Sum of RGB (Red+Green+Blue) = 236+202+163=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 202 (79.30% from 255 or 33.61% from 601); Blue value is 163 (64.06% from 255 or 27.12% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCAA3 is #13355C. Grayscale: #CFCFCF. Windows color (decimal): -1258845 or 10734316. OLE color: 10734316.

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

Color convert

RGB236202163-
CMYK00.140.310.07
HSL32.05º65.77%78.24%-
HSV(B)32.05º30.93%92.55%-
XYZ62.3262.7243.47-
YUV207.72102.76148.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.27%
GREEN value IS 202 (79.30% from 255) = 33.61%
BLUE value IS 163 (64.06% from 255) = 27.12%
R=39.27%
G=33.61%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620216300.140.310.0732.0565.7778.24
HexECCAA30E1F720424e
Octal35431224301637740102116
Binary111011001100101010100011011101111111110000010000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAA3; }

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

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

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

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

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

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

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

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