#EBBFA1

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

Shades of Negroni #EBBFA1

Tints of Negroni #EBBFA1

Color information

#EBBFA1 (or 0xEBBFA1) is unknown color: approx Negroni. HEX triplet: EB, BF and A1. RGB value is (235,191,161). Sum of RGB (Red+Green+Blue) = 235+191+161=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 161 (63.28% from 255 or 27.43% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA1 is #14405E. Grayscale: #C8C8C8. Windows color (decimal): -1327199 or 10600427. OLE color: 10600427.

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

Color convert

RGB235191161-
CMYK00.190.310.08
HSL24.32º64.91%77.65%-
HSV(B)24.32º31.49%92.16%-
XYZ59.3257.541.69-
YUV200.74105.58152.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 161 (63.28% from 255) = 27.43%
R=40.03%
G=32.54%
B=27.43%

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
Decimal23519116100.190.310.0824.3264.9177.65
HexEBBFA10131F818414e
Octal353277241023371030101116
Binary1110101110111111101000010100111111110001100010000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFA1; }

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

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

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

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

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

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

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

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