#EFBFA2

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

Shades of Negroni #EFBFA2

Tints of Negroni #EFBFA2

Color information

#EFBFA2 (or 0xEFBFA2) is unknown color: approx Negroni. HEX triplet: EF, BF and A2. RGB value is (239,191,162). Sum of RGB (Red+Green+Blue) = 239+191+162=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 162 (63.67% from 255 or 27.36% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFA2 is #10405D. Grayscale: #CACACA. Windows color (decimal): -1065054 or 10665967. OLE color: 10665967.

HSL color Cylindrical-coordinate representation of color #EFBFA2: hue angle of 22.6º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #EFBFA2 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB239191162-
CMYK00.200.320.06
HSL22.6º70.64%78.63%-
HSV(B)22.6º32.22%93.73%-
XYZ60.7558.2242.22-
YUV202.05105.4154.36-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 191 (75% from 255) = 32.26%
BLUE value IS 162 (63.67% from 255) = 27.36%
R=40.37%
G=32.26%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919116200.200.320.0622.670.6478.63
HexEFBFA201420617474f
Octal35727724202440627107117
Binary1110111110111111101000100101001000001101011110001111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFA2; }

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

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

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

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

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

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

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

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