#EBBF9F

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

Shades of Negroni #EBBF9F

Tints of Negroni #EBBF9F

Color information

#EBBF9F (or 0xEBBF9F) is unknown color: approx Negroni. HEX triplet: EB, BF and 9F. RGB value is (235,191,159). Sum of RGB (Red+Green+Blue) = 235+191+159=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBF9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBF9F is #144060. Grayscale: #C8C8C8. Windows color (decimal): -1327201 or 10469355. OLE color: 10469355.

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

Color convert

RGB235191159-
CMYK00.190.320.08
HSL25.26º65.52%77.25%-
HSV(B)25.26º32.34%92.16%-
XYZ59.1557.4340.77-
YUV200.51104.58152.6-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 191 (75% from 255) = 32.65%
BLUE value IS 159 (62.5% from 255) = 27.18%
R=40.17%
G=32.65%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519115900.190.320.0825.2665.5277.25
HexEBBF9F01320819424d
Octal353277237023401031102115
Binary11101011101111111001111101001110000010001100110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBF9F; }

 p { color: rgb(235,191,159); }

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

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

 a { background-color: rgb(235,191,159); }

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

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

 span { border-color: rgb(235,191,159); }

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