#EBC7A7

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

Shades of Negroni #EBC7A7

Tints of Negroni #EBC7A7

Color information

#EBC7A7 (or 0xEBC7A7) is unknown color: approx Negroni. HEX triplet: EB, C7 and A7. RGB value is (235,199,167). Sum of RGB (Red+Green+Blue) = 235+199+167=601 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.10% from 601); Green value is 199 (78.12% from 255 or 33.11% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC7A7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC7A7 is #143858. Grayscale: #CECECE. Windows color (decimal): -1325145 or 10995691. OLE color: 10995691.

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

Color convert

RGB235199167-
CMYK00.150.290.08
HSL28.24º62.96%78.82%-
HSV(B)28.24º28.94%92.16%-
XYZ61.6661.345.14-
YUV206.12105.93148.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.10%
GREEN value IS 199 (78.12% from 255) = 33.11%
BLUE value IS 167 (65.62% from 255) = 27.79%
R=39.10%
G=33.11%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519916700.150.290.0828.2462.9678.82
HexEBC7A70F1D81c3f4f
Octal35330724701735103477117
Binary11101011110001111010011101111111011000111001111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC7A7; }

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

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

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

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

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

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

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

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