#EBC4A5

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

Shades of Negroni #EBC4A5

Tints of Negroni #EBC4A5

Color information

#EBC4A5 (or 0xEBC4A5) is unknown color: approx Negroni. HEX triplet: EB, C4 and A5. RGB value is (235,196,165). Sum of RGB (Red+Green+Blue) = 235+196+165=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 196 (76.95% from 255 or 32.89% from 596); Blue value is 165 (64.84% from 255 or 27.68% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC4A5 is #143B5A. Grayscale: #CCCCCC. Windows color (decimal): -1325915 or 10863851. OLE color: 10863851.

HSL color Cylindrical-coordinate representation of color #EBC4A5: hue angle of 26.57º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EBC4A5 is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB235196165-
CMYK00.170.300.08
HSL26.57º63.64%78.43%-
HSV(B)26.57º29.79%92.16%-
XYZ60.7959.8643.95-
YUV204.13105.92150.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 196 (76.95% from 255) = 32.89%
BLUE value IS 165 (64.84% from 255) = 27.68%
R=39.43%
G=32.89%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519616500.170.300.0826.5763.6478.43
HexEBC4A50111E81b404e
Octal353304245021361033100116
Binary1110101111000100101001010100011111010001101110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC4A5; }

 p { color: rgb(235,196,165); }

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

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

 a { background-color: rgb(235,196,165); }

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

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

 span { border-color: rgb(235,196,165); }

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