#ECCAA9

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

Shades of Negroni #ECCAA9

Tints of Negroni #ECCAA9

Color information

#ECCAA9 (or 0xECCAA9) is unknown color: approx Negroni. HEX triplet: EC, CA and A9. RGB value is (236,202,169). Sum of RGB (Red+Green+Blue) = 236+202+169=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 202 (79.30% from 255 or 33.28% from 607); Blue value is 169 (66.41% from 255 or 27.84% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCAA9 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCAA9 is #133556. Grayscale: #D0D0D0. Windows color (decimal): -1258839 or 11127532. OLE color: 11127532.

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

Color convert

RGB236202169-
CMYK00.140.280.07
HSL29.55º63.81%79.41%-
HSV(B)29.55º28.39%92.55%-
XYZ62.8762.9446.37-
YUV208.4105.76147.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 202 (79.30% from 255) = 33.28%
BLUE value IS 169 (66.41% from 255) = 27.84%
R=38.88%
G=33.28%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23620216900.140.280.0729.5563.8179.41
HexECCAA90E1C71e404f
Octal35431225101634736100117
Binary11101100110010101010100101110111001111111010000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCAA9; }

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

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

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

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

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

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

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

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