#EFBFA3

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

Shades of Negroni #EFBFA3

Tints of Negroni #EFBFA3

Color information

#EFBFA3 (or 0xEFBFA3) is unknown color: approx Negroni. HEX triplet: EF, BF and A3. RGB value is (239,191,163). Sum of RGB (Red+Green+Blue) = 239+191+163=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 163 (64.06% from 255 or 27.49% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFA3 is #10405C. Grayscale: #CACACA. Windows color (decimal): -1065053 or 10731503. OLE color: 10731503.

HSL color Cylindrical-coordinate representation of color #EFBFA3: hue angle of 22.11º degrees, saturation: 0.7, 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 #EFBFA3 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB239191163-
CMYK00.200.320.06
HSL22.11º70.37%78.82%-
HSV(B)22.11º31.8%93.73%-
XYZ60.8458.2642.69-
YUV202.16105.9154.28-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 163 (64.06% from 255) = 27.49%
R=40.30%
G=32.21%
B=27.49%

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
Decimal23919116300.200.320.0622.1170.3778.82
HexEFBFA301420616464f
Octal35727724302440626106117
Binary1110111110111111101000110101001000001101011010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFA3; }

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

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

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

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

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

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

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

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