#EFBFA1

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

Shades of Negroni #EFBFA1

Tints of Negroni #EFBFA1

Color information

#EFBFA1 (or 0xEFBFA1) is unknown color: approx Negroni. HEX triplet: EF, BF and A1. RGB value is (239,191,161). Sum of RGB (Red+Green+Blue) = 239+191+161=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFA1 is #10405E. Grayscale: #CACACA. Windows color (decimal): -1065055 or 10600431. OLE color: 10600431.

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

Color convert

RGB239191161-
CMYK00.200.330.06
HSL23.08º70.91%78.43%-
HSV(B)23.08º32.64%93.73%-
XYZ60.6658.1941.75-
YUV201.93104.9154.44-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 161 (63.28% from 255) = 27.24%
R=40.44%
G=32.32%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919116100.200.330.0623.0870.9178.43
HexEFBFA101421617474e
Octal35727724102441627107116
Binary1110111110111111101000010101001000011101011110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFA1; }

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

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

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

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

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

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

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

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