#EBC9A4

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

Shades of Negroni #EBC9A4

Tints of Negroni #EBC9A4

Color information

#EBC9A4 (or 0xEBC9A4) is unknown color: approx Negroni. HEX triplet: EB, C9 and A4. RGB value is (235,201,164). Sum of RGB (Red+Green+Blue) = 235+201+164=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 201 (78.91% from 255 or 33.5% from 600); Blue value is 164 (64.45% from 255 or 27.33% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC9A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC9A4 is #14365B. Grayscale: #CFCFCF. Windows color (decimal): -1324636 or 10799595. OLE color: 10799595.

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

Color convert

RGB235201164-
CMYK00.140.300.08
HSL31.27º63.96%78.24%-
HSV(B)31.27º30.21%92.16%-
XYZ61.8562.1243.85-
YUV206.95103.76148.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 201 (78.91% from 255) = 33.5%
BLUE value IS 164 (64.45% from 255) = 27.33%
R=39.17%
G=33.5%
B=27.33%

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
Decimal23520116400.140.300.0831.2763.9678.24
HexEBC9A40E1E81f404e
Octal353311244016361037100116
Binary111010111100100110100100011101111010001111110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC9A4; }

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

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

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

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

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

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

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

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