#EBC9A7

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

Shades of Negroni #EBC9A7

Tints of Negroni #EBC9A7

Color information

#EBC9A7 (or 0xEBC9A7) is unknown color: approx Negroni. HEX triplet: EB, C9 and A7. RGB value is (235,201,167). Sum of RGB (Red+Green+Blue) = 235+201+167=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 167 (65.62% from 255 or 27.69% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9A7 is #143658. Grayscale: #CFCFCF. Windows color (decimal): -1324633 or 10996203. OLE color: 10996203.

HSL color Cylindrical-coordinate representation of color #EBC9A7: hue angle of 30º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBC9A7 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB235201167-
CMYK00.140.290.08
HSL30º62.96%78.82%-
HSV(B)30º28.94%92.16%-
XYZ62.1262.2345.3-
YUV207.29105.26147.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 201 (78.91% from 255) = 33.33%
BLUE value IS 167 (65.62% from 255) = 27.69%
R=38.97%
G=33.33%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520116700.140.290.083062.9678.82
HexEBC9A70E1D81e3f4f
Octal35331124701635103677117
Binary11101011110010011010011101110111011000111101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9A7; }

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

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

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

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

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

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

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

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