#EBBD9B

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

Shades of Negroni #EBBD9B

Tints of Negroni #EBBD9B

Color information

#EBBD9B (or 0xEBBD9B) is unknown color: approx Negroni. HEX triplet: EB, BD and 9B. RGB value is (235,189,155). Sum of RGB (Red+Green+Blue) = 235+189+155=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 189 (74.22% from 255 or 32.64% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBD9B is #144264. Grayscale: #C7C7C7. Windows color (decimal): -1327717 or 10206699. OLE color: 10206699.

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

Color convert

RGB235189155-
CMYK00.200.340.08
HSL25.5º66.67%76.47%-
HSV(B)25.5º34.04%92.16%-
XYZ58.3756.4238.82-
YUV198.88103.24153.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 189 (74.22% from 255) = 32.64%
BLUE value IS 155 (60.94% from 255) = 26.77%
R=40.59%
G=32.64%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518915500.200.340.0825.566.6776.47
HexEBBD9B0142281a434c
Octal353275233024421032103114
Binary11101011101111011001101101010010001010001101010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBD9B; }

 p { color: rgb(235,189,155); }

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

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

 a { background-color: rgb(235,189,155); }

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

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

 span { border-color: rgb(235,189,155); }

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