#EBC8A5

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

Shades of Negroni #EBC8A5

Tints of Negroni #EBC8A5

Color information

#EBC8A5 (or 0xEBC8A5) is unknown color: approx Negroni. HEX triplet: EB, C8 and A5. RGB value is (235,200,165). Sum of RGB (Red+Green+Blue) = 235+200+165=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 200 (78.52% from 255 or 33.33% from 600); Blue value is 165 (64.84% from 255 or 27.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8A5 is #14375A. Grayscale: #CECECE. Windows color (decimal): -1324891 or 10864875. OLE color: 10864875.

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

Color convert

RGB235200165-
CMYK00.150.300.08
HSL30º63.64%78.43%-
HSV(B)30º29.79%92.16%-
XYZ61.7161.6944.25-
YUV206.48104.6148.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 200 (78.52% from 255) = 33.33%
BLUE value IS 165 (64.84% from 255) = 27.5%
R=39.17%
G=33.33%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520016500.150.300.083063.6478.43
HexEBC8A50F1E81e404e
Octal353310245017361036100116
Binary111010111100100010100101011111111010001111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8A5; }

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

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

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

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

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

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

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

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