#EBC6A3

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

Shades of Negroni #EBC6A3

Tints of Negroni #EBC6A3

Color information

#EBC6A3 (or 0xEBC6A3) is unknown color: approx Negroni. HEX triplet: EB, C6 and A3. RGB value is (235,198,163). Sum of RGB (Red+Green+Blue) = 235+198+163=596 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.43% from 596); Green value is 198 (77.73% from 255 or 33.22% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC6A3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC6A3 is #14395C. Grayscale: #CDCDCD. Windows color (decimal): -1325405 or 10733291. OLE color: 10733291.

HSL color Cylindrical-coordinate representation of color #EBC6A3: hue angle of 29.17º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EBC6A3 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB235198163-
CMYK00.160.310.08
HSL29.17º64.29%78.04%-
HSV(B)29.17º30.64%92.16%-
XYZ61.0760.6943.15-
YUV205.07104.26149.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.43%
GREEN value IS 198 (77.73% from 255) = 33.22%
BLUE value IS 163 (64.06% from 255) = 27.35%
R=39.43%
G=33.22%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519816300.160.310.0829.1764.2978.04
HexEBC6A30101F81d404e
Octal353306243020371035100116
Binary1110101111000110101000110100001111110001110110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC6A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC6A3; }

 p { color: rgb(235,198,163); }

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

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

 a { background-color: rgb(235,198,163); }

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

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

 span { border-color: rgb(235,198,163); }

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