#EBC2A0

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

Shades of Negroni #EBC2A0

Tints of Negroni #EBC2A0

Color information

#EBC2A0 (or 0xEBC2A0) is unknown color: approx Negroni. HEX triplet: EB, C2 and A0. RGB value is (235,194,160). Sum of RGB (Red+Green+Blue) = 235+194+160=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2A0 is #143D5F. Grayscale: #CACACA. Windows color (decimal): -1326432 or 10535659. OLE color: 10535659.

HSL color Cylindrical-coordinate representation of color #EBC2A0: hue angle of 27.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EBC2A0 is Cyan = 0, Magento = 0.17, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235194160-
CMYK00.170.320.08
HSL27.2º65.22%77.45%-
HSV(B)27.2º31.91%92.16%-
XYZ59.958.7841.45-
YUV202.38104.08151.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 194 (76.17% from 255) = 32.94%
BLUE value IS 160 (62.89% from 255) = 27.16%
R=39.90%
G=32.94%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519416000.170.320.0827.265.2277.45
HexEBC2A00112081b414d
Octal353302240021401033101115
Binary11101011110000101010000001000110000010001101110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2A0; }

 p { color: rgb(235,194,160); }

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

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

 a { background-color: rgb(235,194,160); }

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

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

 span { border-color: rgb(235,194,160); }

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