#EBC0A1

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

Shades of Negroni #EBC0A1

Tints of Negroni #EBC0A1

Color information

#EBC0A1 (or 0xEBC0A1) is unknown color: approx Negroni. HEX triplet: EB, C0 and A1. RGB value is (235,192,161). Sum of RGB (Red+Green+Blue) = 235+192+161=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 192 (75.39% from 255 or 32.65% from 588); Blue value is 161 (63.28% from 255 or 27.38% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0A1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC0A1 is #143F5E. Grayscale: #C9C9C9. Windows color (decimal): -1326943 or 10600683. OLE color: 10600683.

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

Color convert

RGB235192161-
CMYK00.180.310.08
HSL25.14º64.91%77.65%-
HSV(B)25.14º31.49%92.16%-
XYZ59.5457.9341.76-
YUV201.32105.25152.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.97%
GREEN value IS 192 (75.39% from 255) = 32.65%
BLUE value IS 161 (63.28% from 255) = 27.38%
R=39.97%
G=32.65%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519216100.180.310.0825.1464.9177.65
HexEBC0A10121F819414e
Octal353300241022371031101116
Binary1110101111000000101000010100101111110001100110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0A1; }

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

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

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

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

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

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

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

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