#ECCBA8

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

Shades of Negroni #ECCBA8

Tints of Negroni #ECCBA8

Color information

#ECCBA8 (or 0xECCBA8) is unknown color: approx Negroni. HEX triplet: EC, CB and A8. RGB value is (236,203,168). Sum of RGB (Red+Green+Blue) = 236+203+168=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 168 (66.02% from 255 or 27.68% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCBA8 is #133457. Grayscale: #D1D1D1. Windows color (decimal): -1258584 or 11062252. OLE color: 11062252.

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

Color convert

RGB236203168-
CMYK00.140.290.07
HSL30.88º64.15%79.22%-
HSV(B)30.88º28.81%92.55%-
XYZ63.0263.3745.96-
YUV208.88104.93147.35-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.88%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 168 (66.02% from 255) = 27.68%
R=38.88%
G=33.44%
B=27.68%

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
Decimal23620316800.140.290.0730.8864.1579.22
HexECCBA80E1D71f404f
Octal35431325001635737100117
Binary11101100110010111010100001110111011111111110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBA8; }

 p { color: rgb(236,203,168); }

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

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

 a { background-color: rgb(236,203,168); }

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

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

 span { border-color: rgb(236,203,168); }

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