#EFBFA0

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

Shades of Negroni #EFBFA0

Tints of Negroni #EFBFA0

Color information

#EFBFA0 (or 0xEFBFA0) is unknown color: approx Negroni. HEX triplet: EF, BF and A0. RGB value is (239,191,160). Sum of RGB (Red+Green+Blue) = 239+191+160=590 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.51% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 160 (62.89% from 255 or 27.12% from 590); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBFA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBFA0 is #10405F. Grayscale: #C9C9C9. Windows color (decimal): -1065056 or 10534895. OLE color: 10534895.

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

Color convert

RGB239191160-
CMYK00.200.330.06
HSL23.54º71.17%78.24%-
HSV(B)23.54º33.05%93.73%-
XYZ60.5758.1541.29-
YUV201.82104.4154.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.51%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 160 (62.89% from 255) = 27.12%
R=40.51%
G=32.37%
B=27.12%

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
Decimal23919116000.200.330.0623.5471.1778.24
HexEFBFA001421618474e
Octal35727724002441630107116
Binary1110111110111111101000000101001000011101100010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBFA0; }

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

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

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

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

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

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

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

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