#EBBE9C

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

Shades of Negroni #EBBE9C

Tints of Negroni #EBBE9C

Color information

#EBBE9C (or 0xEBBE9C) is unknown color: approx Negroni. HEX triplet: EB, BE and 9C. RGB value is (235,190,156). Sum of RGB (Red+Green+Blue) = 235+190+156=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 156 (61.33% from 255 or 26.85% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBE9C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBE9C is #144163. Grayscale: #C7C7C7. Windows color (decimal): -1327460 or 10272491. OLE color: 10272491.

HSL color Cylindrical-coordinate representation of color #EBBE9C: hue angle of 25.82º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #EBBE9C is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235190156-
CMYK00.190.340.08
HSL25.82º66.39%76.67%-
HSV(B)25.82º33.62%92.16%-
XYZ58.6856.8939.34-
YUV199.58103.41153.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 156 (61.33% from 255) = 26.85%
R=40.45%
G=32.70%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519015600.190.340.0825.8266.3976.67
HexEBBE9C0132281a424d
Octal353276234023421032102115
Binary11101011101111101001110001001110001010001101010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBE9C; }

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

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

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

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

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

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

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

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