#EBC8A4

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

Shades of Negroni #EBC8A4

Tints of Negroni #EBC8A4

Color information

#EBC8A4 (or 0xEBC8A4) is unknown color: approx Negroni. HEX triplet: EB, C8 and A4. RGB value is (235,200,164). Sum of RGB (Red+Green+Blue) = 235+200+164=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 164 (64.45% from 255 or 27.38% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC8A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC8A4 is #14375B. Grayscale: #CECECE. Windows color (decimal): -1324892 or 10799339. OLE color: 10799339.

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

Color convert

RGB235200164-
CMYK00.150.300.08
HSL30.42º63.96%78.24%-
HSV(B)30.42º30.21%92.16%-
XYZ61.6261.6543.77-
YUV206.36104.1148.43-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 200 (78.52% from 255) = 33.39%
BLUE value IS 164 (64.45% from 255) = 27.38%
R=39.23%
G=33.39%
B=27.38%

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
Decimal23520016400.150.300.0830.4263.9678.24
HexEBC8A40F1E81e404e
Octal353310244017361036100116
Binary111010111100100010100100011111111010001111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC8A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC8A4; }

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

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

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

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

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

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

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

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