#EBBFA3

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

Shades of Negroni #EBBFA3

Tints of Negroni #EBBFA3

Color information

#EBBFA3 (or 0xEBBFA3) is unknown color: approx Negroni. HEX triplet: EB, BF and A3. RGB value is (235,191,163). Sum of RGB (Red+Green+Blue) = 235+191+163=589 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.90% from 589); Green value is 191 (75% from 255 or 32.43% from 589); Blue value is 163 (64.06% from 255 or 27.67% from 589); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBFA3 is #14405C. Grayscale: #C9C9C9. Windows color (decimal): -1327197 or 10731499. OLE color: 10731499.

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

Color convert

RGB235191163-
CMYK00.190.310.08
HSL23.33º64.29%78.04%-
HSV(B)23.33º30.64%92.16%-
XYZ59.557.5742.63-
YUV200.96106.58152.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.90%
GREEN value IS 191 (75% from 255) = 32.43%
BLUE value IS 163 (64.06% from 255) = 27.67%
R=39.90%
G=32.43%
B=27.67%

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
Decimal23519116300.190.310.0823.3364.2978.04
HexEBBFA30131F817404e
Octal353277243023371027100116
Binary1110101110111111101000110100111111110001011110000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFA3; }

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

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

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

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

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

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

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

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