#ECCBA7

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

Shades of Negroni #ECCBA7

Tints of Negroni #ECCBA7

Color information

#ECCBA7 (or 0xECCBA7) is unknown color: approx Negroni. HEX triplet: EC, CB and A7. RGB value is (236,203,167). Sum of RGB (Red+Green+Blue) = 236+203+167=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 167 (65.62% from 255 or 27.56% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCBA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECCBA7 is #133458. Grayscale: #D0D0D0. Windows color (decimal): -1258585 or 10996716. OLE color: 10996716.

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

Color convert

RGB236203167-
CMYK00.140.290.07
HSL31.3º64.49%79.02%-
HSV(B)31.3º29.24%92.55%-
XYZ62.9263.3345.47-
YUV208.76104.43147.43-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 167 (65.62% from 255) = 27.56%
R=38.94%
G=33.50%
B=27.56%

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
Decimal23620316700.140.290.0731.364.4979.02
HexECCBA70E1D71f404f
Octal35431324701635737100117
Binary11101100110010111010011101110111011111111110000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECCBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECCBA7; }

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

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

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

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

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

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

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

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