#EBC3A5

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

Shades of Negroni #EBC3A5

Tints of Negroni #EBC3A5

Color information

#EBC3A5 (or 0xEBC3A5) is unknown color: approx Negroni. HEX triplet: EB, C3 and A5. RGB value is (235,195,165). Sum of RGB (Red+Green+Blue) = 235+195+165=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 195 (76.56% from 255 or 32.77% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC3A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC3A5 is #143C5A. Grayscale: #CBCBCB. Windows color (decimal): -1326171 or 10863595. OLE color: 10863595.

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

Color convert

RGB235195165-
CMYK00.170.300.08
HSL25.71º63.64%78.43%-
HSV(B)25.71º29.79%92.16%-
XYZ60.5759.4143.87-
YUV203.54106.25150.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 195 (76.56% from 255) = 32.77%
BLUE value IS 165 (64.84% from 255) = 27.73%
R=39.50%
G=32.77%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519516500.170.300.0825.7163.6478.43
HexEBC3A50111E81a404e
Octal353303245021361032100116
Binary1110101111000011101001010100011111010001101010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC3A5; }

 p { color: rgb(235,195,165); }

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

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

 a { background-color: rgb(235,195,165); }

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

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

 span { border-color: rgb(235,195,165); }

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