#EBC2A5

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

Shades of Negroni #EBC2A5

Tints of Negroni #EBC2A5

Color information

#EBC2A5 (or 0xEBC2A5) is unknown color: approx Negroni. HEX triplet: EB, C2 and A5. RGB value is (235,194,165). Sum of RGB (Red+Green+Blue) = 235+194+165=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 194 (76.17% from 255 or 32.66% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2A5 is #143D5A. Grayscale: #CBCBCB. Windows color (decimal): -1326427 or 10863339. OLE color: 10863339.

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

Color convert

RGB235194165-
CMYK00.170.300.08
HSL24.86º63.64%78.43%-
HSV(B)24.86º29.79%92.16%-
XYZ60.3458.9643.8-
YUV202.95106.58150.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 194 (76.17% from 255) = 32.66%
BLUE value IS 165 (64.84% from 255) = 27.78%
R=39.56%
G=32.66%
B=27.78%

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
Decimal23519416500.170.300.0824.8663.6478.43
HexEBC2A50111E819404e
Octal353302245021361031100116
Binary1110101111000010101001010100011111010001100110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2A5; }

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

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

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

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

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

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

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

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