#ebc7a4

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

Shades of Negroni #EBC7A4

Tints of Negroni #EBC7A4

Color information

#EBC7A4 (or 0xEBC7A4) is unknown color: approx Negroni. HEX triplet: EB, C7 and A4. RGB value is (235,199,164). Sum of RGB (Red+Green+Blue) = 235+199+164=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7A4 is #14385B. Grayscale: #CDCDCD. Windows color (decimal): -1325148 or 10799083. OLE color: 10799083.

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

Color convert

RGB235199164-
CMYK00.150.300.08
HSL29.58º63.96%78.24%-
HSV(B)29.58º30.21%92.16%-
XYZ61.3961.1943.7-
YUV205.77104.43148.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 199 (78.12% from 255) = 33.28%
BLUE value IS 164 (64.45% from 255) = 27.42%
R=39.30%
G=33.28%
B=27.42%

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
Decimal23519916400.150.300.0829.5863.9678.24
HexEBC7A40F1E81e404e
Octal353307244017361036100116
Binary111010111100011110100100011111111010001111010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebc7a4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebc7a4; }

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

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

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

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

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

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

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

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