#EBC0A0

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

Shades of Negroni #EBC0A0

Tints of Negroni #EBC0A0

Color information

#EBC0A0 (or 0xEBC0A0) is unknown color: approx Negroni. HEX triplet: EB, C0 and A0. RGB value is (235,192,160). Sum of RGB (Red+Green+Blue) = 235+192+160=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 192 (75.39% from 255 or 32.71% from 587); Blue value is 160 (62.89% from 255 or 27.26% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0A0 is #143F5F. Grayscale: #C9C9C9. Windows color (decimal): -1326944 or 10535147. OLE color: 10535147.

HSL color Cylindrical-coordinate representation of color #EBC0A0: hue angle of 25.6º 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 #EBC0A0 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB235192160-
CMYK00.180.320.08
HSL25.6º65.22%77.45%-
HSV(B)25.6º31.91%92.16%-
XYZ59.4657.941.3-
YUV201.21104.75152.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 192 (75.39% from 255) = 32.71%
BLUE value IS 160 (62.89% from 255) = 27.26%
R=40.03%
G=32.71%
B=27.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519216000.180.320.0825.665.2277.45
HexEBC0A00122081a414d
Octal353300240022401032101115
Binary11101011110000001010000001001010000010001101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0A0; }

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

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

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

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

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

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

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

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