#EBC1A0

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

Shades of Negroni #EBC1A0

Tints of Negroni #EBC1A0

Color information

#EBC1A0 (or 0xEBC1A0) is unknown color: approx Negroni. HEX triplet: EB, C1 and A0. RGB value is (235,193,160). Sum of RGB (Red+Green+Blue) = 235+193+160=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 193 (75.78% from 255 or 32.82% from 588); Blue value is 160 (62.89% from 255 or 27.21% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC1A0 is #143E5F. Grayscale: #C9C9C9. Windows color (decimal): -1326688 or 10535403. OLE color: 10535403.

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

Color convert

RGB235193160-
CMYK00.180.320.08
HSL26.4º65.22%77.45%-
HSV(B)26.4º31.91%92.16%-
XYZ59.6858.3441.37-
YUV201.8104.41151.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 193 (75.78% from 255) = 32.82%
BLUE value IS 160 (62.89% from 255) = 27.21%
R=39.97%
G=32.82%
B=27.21%

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
Decimal23519316000.180.320.0826.465.2277.45
HexEBC1A00122081a414d
Octal353301240022401032101115
Binary11101011110000011010000001001010000010001101010000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1A0; }

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

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

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

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

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

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

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

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