#EABFA1

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

Shades of Negroni #EABFA1

Tints of Negroni #EABFA1

Color information

#EABFA1 (or 0xEABFA1) is unknown color: approx Negroni. HEX triplet: EA, BF and A1. RGB value is (234,191,161). Sum of RGB (Red+Green+Blue) = 234+191+161=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 191 (75% from 255 or 32.59% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFA1 is #15405E. Grayscale: #C8C8C8. Windows color (decimal): -1392735 or 10600426. OLE color: 10600426.

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

Color convert

RGB234191161-
CMYK00.180.310.08
HSL24.66º63.48%77.45%-
HSV(B)24.66º31.2%91.76%-
XYZ5957.3341.67-
YUV200.44105.75151.94-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.93%
GREEN value IS 191 (75% from 255) = 32.59%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=39.93%
G=32.59%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23419116100.180.310.0824.6663.4877.45
HexEABFA10121F8193f4d
Octal35227724102237103177115
Binary111010101011111110100001010010111111000110011111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFA1; }

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

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

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

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

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

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

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

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