#EABFA2

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

Shades of Negroni #EABFA2

Tints of Negroni #EABFA2

Color information

#EABFA2 (or 0xEABFA2) is unknown color: approx Negroni. HEX triplet: EA, BF and A2. RGB value is (234,191,162). Sum of RGB (Red+Green+Blue) = 234+191+162=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 191 (75% from 255 or 32.54% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFA2 is #15405D. Grayscale: #C8C8C8. Windows color (decimal): -1392734 or 10665962. OLE color: 10665962.

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

Color convert

RGB234191162-
CMYK00.180.310.08
HSL24.17º63.16%77.65%-
HSV(B)24.17º30.77%91.76%-
XYZ59.0857.3642.14-
YUV200.55106.25151.86-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.86%
GREEN value IS 191 (75% from 255) = 32.54%
BLUE value IS 162 (63.67% from 255) = 27.60%
R=39.86%
G=32.54%
B=27.60%

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
Decimal23419116200.180.310.0824.1763.1677.65
HexEABFA20121F8183f4e
Octal35227724202237103077116
Binary111010101011111110100010010010111111000110001111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABFA2; }

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

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

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

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

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

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

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

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