#EABFA3

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

Shades of Negroni #EABFA3

Tints of Negroni #EABFA3

Color information

#EABFA3 (or 0xEABFA3) is unknown color: approx Negroni. HEX triplet: EA, BF and A3. RGB value is (234,191,163). Sum of RGB (Red+Green+Blue) = 234+191+163=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 191 (75% from 255 or 32.48% from 588); Blue value is 163 (64.06% from 255 or 27.72% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFA3 is #15405C. Grayscale: #C8C8C8. Windows color (decimal): -1392733 or 10731498. OLE color: 10731498.

HSL color Cylindrical-coordinate representation of color #EABFA3: hue angle of 23.66º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EABFA3 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB234191163-
CMYK00.180.300.08
HSL23.66º62.83%77.84%-
HSV(B)23.66º30.34%91.76%-
XYZ59.1757.442.61-
YUV200.66106.75151.78-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.80%
GREEN value IS 191 (75% from 255) = 32.48%
BLUE value IS 163 (64.06% from 255) = 27.72%
R=39.80%
G=32.48%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419116300.180.300.0823.6662.8377.84
HexEABFA30121E8183f4e
Octal35227724302236103077116
Binary111010101011111110100011010010111101000110001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFA3; }

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

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

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

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

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

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

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

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