#EBBEA1

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

Shades of Negroni #EBBEA1

Tints of Negroni #EBBEA1

Color information

#EBBEA1 (or 0xEBBEA1) is unknown color: approx Negroni. HEX triplet: EB, BE and A1. RGB value is (235,190,161). Sum of RGB (Red+Green+Blue) = 235+190+161=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBEA1 is #14415E. Grayscale: #C8C8C8. Windows color (decimal): -1327455 or 10600171. OLE color: 10600171.

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

Color convert

RGB235190161-
CMYK00.190.310.08
HSL23.51º64.91%77.65%-
HSV(B)23.51º31.49%92.16%-
XYZ59.1157.0641.62-
YUV200.15105.91152.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 190 (74.61% from 255) = 32.42%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=40.10%
G=32.42%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519016100.190.310.0823.5164.9177.65
HexEBBEA10131F818414e
Octal353276241023371030101116
Binary1110101110111110101000010100111111110001100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEA1; }

 p { color: rgb(235,190,161); }

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

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

 a { background-color: rgb(235,190,161); }

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

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

 span { border-color: rgb(235,190,161); }

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