#EBC9A5

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

Shades of Negroni #EBC9A5

Tints of Negroni #EBC9A5

Color information

#EBC9A5 (or 0xEBC9A5) is unknown color: approx Negroni. HEX triplet: EB, C9 and A5. RGB value is (235,201,165). Sum of RGB (Red+Green+Blue) = 235+201+165=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 201 (78.91% from 255 or 33.44% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9A5 is #14365A. Grayscale: #CFCFCF. Windows color (decimal): -1324635 or 10865131. OLE color: 10865131.

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

Color convert

RGB235201165-
CMYK00.140.300.08
HSL30.86º63.64%78.43%-
HSV(B)30.86º29.79%92.16%-
XYZ61.9462.1544.33-
YUV207.06104.26147.93-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 201 (78.91% from 255) = 33.44%
BLUE value IS 165 (64.84% from 255) = 27.45%
R=39.10%
G=33.44%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520116500.140.300.0830.8663.6478.43
HexEBC9A50E1E81f404e
Octal353311245016361037100116
Binary111010111100100110100101011101111010001111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9A5; }

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

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

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

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

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

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

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

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