#EBC5A2

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

Shades of Negroni #EBC5A2

Tints of Negroni #EBC5A2

Color information

#EBC5A2 (or 0xEBC5A2) is unknown color: approx Negroni. HEX triplet: EB, C5 and A2. RGB value is (235,197,162). Sum of RGB (Red+Green+Blue) = 235+197+162=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 197 (77.34% from 255 or 33.16% from 594); Blue value is 162 (63.67% from 255 or 27.27% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC5A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC5A2 is #143A5D. Grayscale: #CCCCCC. Windows color (decimal): -1325662 or 10667499. OLE color: 10667499.

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

Color convert

RGB235197162-
CMYK00.160.310.08
HSL28.77º64.6%77.84%-
HSV(B)28.77º31.06%92.16%-
XYZ60.7560.242.6-
YUV204.37104.09149.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 197 (77.34% from 255) = 33.16%
BLUE value IS 162 (63.67% from 255) = 27.27%
R=39.56%
G=33.16%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519716200.160.310.0828.7764.677.84
HexEBC5A20101F81d414e
Octal353305242020371035101116
Binary1110101111000101101000100100001111110001110110000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC5A2; }

 p { color: rgb(235,197,162); }

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

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

 a { background-color: rgb(235,197,162); }

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

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

 span { border-color: rgb(235,197,162); }

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