#EBC2A2

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

Shades of Negroni #EBC2A2

Tints of Negroni #EBC2A2

Color information

#EBC2A2 (or 0xEBC2A2) is unknown color: approx Negroni. HEX triplet: EB, C2 and A2. RGB value is (235,194,162). Sum of RGB (Red+Green+Blue) = 235+194+162=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 162 (63.67% from 255 or 27.41% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBC2A2 is #143D5D. Grayscale: #CACACA. Windows color (decimal): -1326430 or 10666731. OLE color: 10666731.

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

Color convert

RGB235194162-
CMYK00.170.310.08
HSL26.3º64.6%77.84%-
HSV(B)26.3º31.06%92.16%-
XYZ60.0758.8542.38-
YUV202.61105.08151.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 194 (76.17% from 255) = 32.83%
BLUE value IS 162 (63.67% from 255) = 27.41%
R=39.76%
G=32.83%
B=27.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519416200.170.310.0826.364.677.84
HexEBC2A20111F81a414e
Octal353302242021371032101116
Binary1110101111000010101000100100011111110001101010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2A2; }

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

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

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

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

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

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

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

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